in reply to Re^2: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters
Java makes inline expansion optimizations (as C does with the inline keyword or in gcc somehow automatically with the -O3 flag).
|
|---|