mborgerson / jitLinks
A little just-in-time compiler thing
☆18Updated 7 years ago
Alternatives and similar repositories for jit
Users that are interested in jit are comparing it to the libraries listed below
Sorting:
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 2 weeks ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- Fabrice Bellard's fbcc C Compiler