dibyendumajumdar / nanojit
NanoJIT is a small, cross-platform C++ library that emits machine code.
☆155Updated 7 years ago
Alternatives and similar repositories for nanojit:
Users that are interested in nanojit are comparing it to the libraries listed below
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆61Updated 11 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Parser and compiler for Ravi and Lua☆68Updated 2 years ago
- Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.☆132Updated 10 months ago
- Rabbit VM.☆106Updated 5 years ago
- The first and only scripting language with safe pointer arithmetics, high level of ABI and source compatibility with C, spreadsheet-like …☆66Updated last week
- resurrected LLVM "C Backend", with improvements☆127Updated 4 years ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- A single-header incremental garbage collector library☆287Updated 7 months ago
- Library for generating ABI-compliant LLVM IR☆60Updated 5 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆36Updated 8 years ago
- Writing a minimal x86-64 JIT compiler in C++☆101Updated 6 years ago
- Coroutines for C.☆74Updated 8 years ago
- GCC Tiny front-end☆102Updated 7 years ago
- LALR(1) parser for C++☆79Updated 8 months ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- An implementation of the Kaleidoscope language using Flex, Bison & the LLVM-C bindings.☆146Updated 8 years ago
- A cross platform JIT engine based on Eclipse OMR☆27Updated 5 years ago
- Documentation for DynASM☆92Updated 5 years ago
- MiniJava x86, LLVM Compiler and Interpreter☆73Updated 8 years ago
- A C-implemented C compiler☆91Updated 6 months ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆95Updated this week
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 8 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆84Updated 11 years ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆117Updated 3 years ago
- A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.☆29Updated 2 years ago
- C/C++ subset resyntaxed like Rust,+ tagged-union/Pattern-Matching, UFCS,inference; LLVM . example:☆74Updated 10 years ago