sol-prog / x86-64-minimal-JIT-compiler-CppLinks
Writing a minimal x86-64 JIT compiler in C++
☆104Updated 7 years ago
Alternatives and similar repositories for x86-64-minimal-JIT-compiler-Cpp
Users that are interested in x86-64-minimal-JIT-compiler-Cpp are comparing it to the libraries listed below
Sorting:
- A Tour Through the SubC Compiler☆92Updated 3 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆157Updated 8 years ago
- Doug Lea's memory allocator☆272Updated 5 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆175Updated 4 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 4 months ago
- A toy programming language interpreter☆33Updated 12 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- A compiler front end for the C++ language☆147Updated 3 weeks ago
- 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
- C++ parser for Lex and YACC☆26Updated 5 years ago
- Bytecode interpreter☆77Updated 8 months ago
- A standard C compiler.☆12Updated 8 years ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆265Updated 2 years ago
- Allen Holub's Book 'Compiler Design In C' source code☆38Updated 9 years ago
- C++11 ELF/DWARF parser☆79Updated 4 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- Toy compiler☆54Updated last week
- Scripting in C with JIT(x64)/VM.☆52Updated 4 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆30Updated last year
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆118Updated 2 weeks ago
- ☆11Updated 9 years ago
- a simple tiny C Compiler using Lex & Yacc☆90Updated 2 weeks ago
- An example LLVM-based compiler for a subset of C.☆29Updated last month
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- Same as simple-virtual-machine but in C☆152Updated 9 years ago