awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • d5/tengoالصورة الرمزية لـ d5

    d5/tengo

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