jpountz commented on PR #13658: URL: https://github.com/apache/lucene/pull/13658#issuecomment-2296948223
Thanks for looking @gsmiller ! Are the splitLongs calls also not inlined for you as well? I submitted a PR to make nightly reports tell us about which methods get inlined / compiled / interpreted: https://github.com/apache/lucene/pull/13670 as this sounds like useful information for performance analysis. I'm currently playing with small refactorings to see if I can get this code inlined without bumping `-XX:InlineSmallCode=2500` but I'm not successful so far. -- 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]
