awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDynamic Execution in Native Images

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.

Awesome Dynamic Execution in Native Images GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • oracle/graalAvatar de oracle

    oracle/graal

    21,603Voir sur GitHub↗

    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.

    Javaaotcompilergraalvm
    Voir sur GitHub↗21,603
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Bytecode Compilation
  4. Dynamic Execution in Native Images