LiangliangSui commented on issue #1482:
URL: 
https://github.com/apache/incubator-fury/issues/1482#issuecomment-2053682243

   > The Fury creation is not frequent, the Jvm compiler is still in c1 stage. 
The inline threshold is 34 byte in such cases.
   
   What we can optimize is that when `register` becomes a hot method, it cannot 
be inlined because its bytecode is larger than `-XX:+FreqInlineSize(325)`.
   
   `-XX:+MaxInlineSize(35)` should be the maximum limit that can be inlined 
before `register` becomes a hotspot method.


-- 
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