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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org