You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "orpiske (via GitHub)" <gi...@apache.org> on 2023/02/27 21:02:08 UTC

[GitHub] [camel] orpiske commented on pull request #9436: (chores) camel-base-engine: cleanup duplicated code

orpiske commented on PR #9436:
URL: https://github.com/apache/camel/pull/9436#issuecomment-1447083309

   > I guess there is no noticable performance hit with the extra method call? The method is too big for the JVM to inlining
   
   
   Yeah, this one is probably too big for the inlining with the default JVM settings. The greatest benefit of consolidating this code is having nicer stack frames with the async profiler (and that makes it easier to rule out the parts that are performing nicely).


-- 
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: commits-unsubscribe@camel.apache.org

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