http://qs321.pair.com?node_id=687152


in reply to Re^2: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters

... because of many method calls. This wasn't really a problem in Java but was a problem in Perl.

Java makes inline expansion optimizations (as C does with the inline keyword or in gcc somehow automatically with the -O3 flag).