1 dépôt
Capabilities for loading and executing bytecode dynamically from within an ahead-of-time compiled binary.
Distinct from Runtime Bytecode Compilation: Specifically combines AOT native images with dynamic bytecode loading, a distinct hybrid execution mode.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Dynamic Execution in Native Images. Refine with filters or upvote what's useful.
GraalVM is a polyglot virtual machine and high-performance runtime designed to execute multiple programming languages within a single environment. It functions as a JVM language toolkit for building language implementations, a native image compiler for transforming bytecode into standalone binaries, and an execution environment for LLVM bitcode and WebAssembly modules. The project is distinguished by its polyglot interoperability framework, which allows different languages to share data and execution state with low overhead. It utilizes self-modifying abstract syntax trees to optimize languag
Allows loading and running Java bytecode dynamically from within an ahead-of-time compiled native executable.