|
|
|
|
|
by gavinray
1327 days ago
|
|
> " But most Java code will perform better under a JIT compiler (which can be Graal’s as well)"
This was my understanding, for any comparison of world-class JIT compilers vs AOT codegen. But, fniephaus knows his stuff and there are some compelling particular examples/benchmarks given. I haven't taken the time to do an exhaustive comparison.It does seem sort of counterintuitive though, doesn't it? Like, what's the point of an optimizing JIT then? |
|