(no title)
the-alchemist | 1 year ago
GraalVM is the SOTA in the JVM world for this.
Here's an oldish blog on this: https://chrisseaton.com/truffleruby/seeing-escape-analysis/
I'm sure PEA is better now, but it's not sure if it's moved beyond scalars (int, float, etc.)
vips7L|1 year ago
amluto|1 year ago
(One think I like about less heavily JIT-reliant languages is that it can be more obvious when something will incur a runtime cost.)