yhirose / pl0-jit-compiler
A tiny PL/0 JIT compiler in less than 900 LOC with LLVM and PEG parser.
☆29Updated 2 years ago
Alternatives and similar repositories for pl0-jit-compiler:
Users that are interested in pl0-jit-compiler are comparing it to the libraries listed below
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆155Updated 7 years ago
- A fast, dumb and small LLVM code generator. This generates x86-32 code from LLVM bitcode.☆61Updated 10 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- portability macros for compiler and hardware micro operations☆35Updated 7 months ago
- EDSL for C++ to make just-in-time code generation easier☆85Updated last year
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A cross platform JIT engine based on Eclipse OMR☆26Updated 5 years ago
- bnflite is a C++ template library for lightweight grammar parsers (BNF can be "executable"! )☆74Updated 2 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- LALR(1) parser for C++☆78Updated 7 months ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- A lightweight garbage collector for C++ programs☆67Updated last year
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 8 years ago
- lexertl: The Modular Lexical Analyser Generator☆62Updated 5 months ago
- ☆20Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 7 years ago
- Example project from my talks in the LLVM Social Berlin and C++ User Group☆173Updated 3 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- DEPRECATED PROJECT, see README☆36Updated 3 years ago
- A Brainfuck Interpreter, which is completely implemented from scratch as a C++ Template Meta Program☆24Updated 2 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 2 months ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A little just-in-time compiler thing☆18Updated 6 years ago
- Mathematical expression evaluator with just in time code generation.☆12Updated 11 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 9 years ago
- The dyncall library encapsulates architecture-, OS- and compiler-specific function call semantics in a virtual bind argument parameters f…☆18Updated 4 years ago