sol-prog / x86-64-minimal-JIT-compiler-Cpp
Writing a minimal x86-64 JIT compiler in C++
☆102Updated 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:
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- Bytecode interpreter☆72Updated 3 months ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"☆25Updated 3 years ago
- Scripting in C with JIT(x64)/VM.☆52Updated 4 years ago
- Generate SQL from TableGen code - This is part of the tutorial "How to write a TableGen backend" in 2021 LLVM Developers' Meeting.☆29Updated 2 years ago
- A toy programming language interpreter☆33Updated 11 years ago
- LALR(1) parser for C++☆79Updated 10 months ago
- A toy programming language compiled to LLVM IR (<200 LoC, dumbed down for educational)☆27Updated 5 years ago
- A Tour Through the SubC Compiler☆90Updated 3 years ago
- loxi - a Lox interpreter☆35Updated 7 years ago
- A tree-walker && virtual-machine && JIT interpreter for Lox language☆29Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆101Updated last year
- C++11 ELF/DWARF parser☆78Updated 4 years ago
- self education and historical research of the C++ compiler cfront v3☆84Updated 9 years ago
- A C interpreter developed live on YouTube☆54Updated 2 years ago
- Software implementation of any size ieee754 floating points☆53Updated 4 years ago
- Fabrice Bellard's fbcc C Compiler☆41Updated 5 years ago
- LLVM Tutorial: Kaleidoscope (Implementing a Language with LLVM)☆251Updated 2 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- An implementation of buddy memory allocation☆106Updated 7 years ago
- A compiler front end for the C++ language☆130Updated 2 weeks ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 4 years ago
- Companion Repository for the Lecture Slides for the Clang Libraries☆100Updated last month
- LLVM (Low Level Virtual Machine) Guide. Learn all about the compiler infrastructure, which is designed for compile-time, link-time, run-t…☆165Updated last year
- a simple tiny C Compiler using Lex & Yacc☆86Updated 9 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Yet another C compiler.☆30Updated last year