2 रिपॉजिटरी
Converts bytecode into C source code for native compilation to achieve maximum runtime performance.
Distinct from Native Code Backends: Distinct from Native Code Backends: specifically converts bytecode to C source rather than directly to machine code.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Bytecode-to-C Backends. Refine with filters or upvote what's useful.
Haxe is a statically typed, multi-target programming language and open-source compiler toolkit that translates a single codebase into native executables and scripts for JavaScript, C++, C#, Java, Python, Lua, PHP, and Flash targets. It provides a unified type system with automatic type inference, a compile-time macro system for code transformation and generation, conditional compilation directives, and a static analysis engine that enforces null safety and eliminates dead code to produce smaller, safer outputs. The language is supported by the HashLink virtual machine, which executes platform
Converts HashLink bytecode into C source code for native compilation to maximize performance.
kphp-kdb एक NoSQL डेटाबेस इंजन और PHP एक्सटेंशन है जिसे हाई-थ्रूपुट रीड और राइट ऑपरेशंस के लिए डिज़ाइन किया गया है। यह सीधे PHP रनटाइम में एकीकृत एक पर्सिस्टेंस लेयर के रूप में कार्य करता है, जो हाई-लोड वातावरण के लिए एक नॉन-रिलेशनल स्टोरेज सिस्टम प्रदान करता है। इस प्रोजेक्ट में एक कंपाइलर शामिल है जो डायनामिक PHP सोर्स कोड को स्टेटिकली टाइप्ड C++ कोड में अनुवादित करता है। यह प्रक्रिया नेटिव निष्पादन गति और कम संसाधन खपत प्राप्त करने के लिए रनटाइम इंटरप्रिटेशन ओवरहेड को समाप्त करती है। यह सिस्टम नेटिव C++ बाइंडिंग्स और एक स्कीमा-लेस स्टोरेज इंजन का लाभ उठाता है ताकि कम-लेटेंसी डेटा एक्सेस सुनिश्चित हो सके।
Converts PHP scripts into statically typed C++ code to achieve native execution speeds.