“…From Java to LLVM IR GraalVM is a high-performance language runtime for JVM-based languages, JavaScript, Ruby, Python, and a number of other popular languages. Its subproject, GraalVM Native Image [37], allows AOT compilation of Java code to a standalone executable binary (native image, or machine code). This executable includes the application classes, dependencies, runtime library, and other machine code from the JDK.…”