awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Categorii

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • d5/tengoAvatar d5

    d5/tengo

    3,821Vezi pe 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
    Vezi pe GitHub↗3,821
  1. Home
  2. Programming Languages & Runtimes
  3. Bytecode Compiled Languages
  4. Source-to-Bytecode Compilers
  5. Bytecode Compilation