Hacker News new | ask | show | jobs
by aardvark179 1638 days ago
A lot of the problem stems from Java’s boxing, because the first n values are cached and so defeat escape analysis can’t remove the boxing reliably, and that cannot be fixed without breaking some applications.