NativeJIT
expression compiler
A high-performance just-in-time compiler for x64 C++ expressions
A C++ expression -> x64 JIT
1k stars
61 watching
84 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
compilerjit
Related projects:
Repository | Description | Stars |
---|---|---|
sdiehl/tinyjit | A Haskell-based implementation of a JIT compiler for generating x86-64 machine code from an intermediate language composed of Haskell operations. | 183 |
thomasdenney/microjit | A JIT compiler for a microcomputer's embedded processor | 10 |
xet7/jadelib | A proof-of-concept project to develop a BASIC-like syntax for programming C++ using a header file and library. | 0 |
qb64team/qb64 | A C-based compiler and IDE for an extended BASIC language with OpenGL support | 671 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
rajkumardusad/jitcompiler | An online code compiler that supports multiple programming languages and allows users to write, compile, and run code in their browser or on-the-go. | 74 |
gabriella439/grace | An interpreted functional programming language with type inference and efficient parsing. | 388 |
m4tx/uefi-jitfuck | A JIT compiler for running Brainfuck programs on x86_64 UEFI | 85 |
nickmqb/muon | A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 772 |
jank-lang/jank | A Clojure dialect on LLVM with C++ interop for a general-purpose programming language. | 1,685 |
bbn-q/qgl.jl | A high-performance compiler for quantum gate sequences | 13 |
basilteam/basil | A high-performance programming language with compile-time evaluation and metaprogramming capabilities. | 124 |
mikeakohn/java_grinder | Compiles Java bytecode to native machine code for embedded systems and retro computing platforms. | 496 |
belijzajac/wisnialang | A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 16 |
islam0mar/cl-cxx-jit | A Common Lisp interface to C++ code compilation and execution with JIT optimization | 62 |