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

I think this upcoming feature will let you have both AOT + JIT without needing GraalVM: https://wiki.openjdk.org/display/crac