5 ms·
You're (understandably) conflating GraalVM, a JVM using Graal to jit, with Graal Native which compiles java to native code ahead of time. The latter needs some
by shellac 5y ago
You're (understandably) conflating GraalVM, a JVM using Graal to jit, with Graal Native which compiles java to native code ahead of time. The latter needs some help with runtime features that obscure which code is run.
This is about the former.
- sk5t 5y agoAh right you are, and I've only experimented with Graal to build native images.