mdedetrich commented on PR #1980:
URL: https://github.com/apache/pekko/pull/1980#issuecomment-3146302805

   > @mdedetrich yes, but jvm inline will need some warmup and may not be 
steady sometimes.
   
   Even if the JVM is warmed up, if you hit that `MaxInlineLevel` it will 
prevent any kind of inlining. If you google `XX:MaxInlineLevel` you will see 
plenty of cases of people needing to manually pass the arg, i.e. 
https://scalacenter.github.io/bloop/docs/performance-guide#tweak-the-java-jit.
   
   In any case I will merge the PR, as its best to see if there are any 
potential issues right now rather than later in the release process when we 
will be a bit stressed.


-- 
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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to