ayush00git opened a new issue, #3446:
URL: https://github.com/apache/fory/issues/3446

   ### Search before asking
   
   - [x] I had searched in the [issues](https://github.com/apache/fory/issues) 
and found no similar issues.
   
   
   ### Version
   
   Current
   
   ### Component(s)
   
   Go
   
   ### Minimal reproduce step
   
   Run `go build -gcflags='-m -m'`
   Output - 
   ```bash
   buffer.go:71:  cannot inline (*ByteBuffer).WriteByte:   cost 86 > budget 80
   buffer.go:86:  cannot inline (*ByteBuffer).WriteInt8:   cost 85 > budget 80
   buffer.go:114: cannot inline (*ByteBuffer).WriteUint32: cost 85 > budget 80
   buffer.go:121: cannot inline (*ByteBuffer).WriteInt32:  cost 86 > budget 80
   buffer.go:199: cannot inline (*ByteBuffer).ReadByte:    cost 94 > budget 80
   buffer.go:251: cannot inline (*ByteBuffer).ReadUint32:  cost 96 > budget 80
   buffer.go:264: cannot inline (*ByteBuffer).ReadUint64:  cost 96 > budget 80
   ```
   
   ### What did you expect to see?
   
   The budget if exceeds then only the error should come. Otherwise not
   
   ### What did you see instead?
   
   .
   
   ### Anything Else?
   
   .
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to