7 ms·
JVM escape analysis has always been hit or miss. Nice to see it getting more predictable.
by pan_lid 22d ago
JVM escape analysis has always been hit or miss. Nice to see it getting more predictable.
- taeric 22d agoI think, in general, one should have the view that anything that can miss, will miss. Agreed that it is better to have something with a lower miss rate.