Relates :
|
|
Relates :
|
There is ~60% regression in monte_carlo due to not inlining nextDouble() method and, as result, not (EA) scalarizing Random object. The method is not inlinined since the size of its compiled code > 1000 (inlining threshold) because of additional encoding/decoding instructions.
|