awesome-repositories.com

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

ExplorerRecherches sélectionnéesBlogPlan du site
ProjetÀ proposPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Catégories

1 dépôt

Awesome GitHub RepositoriesBytecode Compilation

The process of translating high-level source code into an intermediate bytecode representation.

Distinct from Source-to-Bytecode Compilers: Focuses on the resulting architectural representation rather than the specific compiler implementation details.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode Compilation. Refine with filters or upvote what's useful.

Awesome Bytecode Compilation 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.
  • d5/tengoAvatar de d5

    d5/tengo

    3,821Voir sur GitHub↗

    Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts without requiring the host binary to be recompiled. It operates as a bytecode-compiled virtual machine, transforming source code into a compact intermediate representation for execution on a stack-based engine. The system is designed as a secure scripting sandbox, enforcing strict limits on memory allocation and execution time to safely run untrusted code. It supports concurrent script execution by cloning compiled bytecode and using recursive immutability conversion to share

    Transforms source code into a compact intermediate representation to enable efficient execution on a virtual machine.

    Go
    Voir sur GitHub↗3,821
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Bytecode Compilation