|
|
|
|
|
by pron
139 days ago
|
|
> java's language design simply prohibits some optimizations that are possible in other languages (and also enables some that aren't in others). This isn't really true - at least not beyond some marginal things that are of little consequence - and in fact, Java's compiler has access to more context than pretty much any AOT compiler because it's a JIT and is allowed to speculate optimisations rather than having to prove them. |
|