Y
Hacker News
new
|
ask
|
show
|
jobs
by
nelup20
487 days ago
You can do AOT compilation with GraalVM to reduce both startup times and memory usage, but then you don't have the JIT.
1 comments
e44858
486 days ago
I think this upcoming feature will let you have both AOT + JIT without needing GraalVM:
https://wiki.openjdk.org/display/crac
link