jorendorff / gc-in-50-linesLinks
An example mark-and-sweep garbage collector in 50 lines of C++
☆54Updated 8 years ago
Alternatives and similar repositories for gc-in-50-lines
Users that are interested in gc-in-50-lines are comparing it to the libraries listed below
Sorting:
- Bootstrapped compiler of a C-like but Python-looking language☆49Updated 7 years ago
- Bytecode VM and Assembler in JS☆32Updated 3 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- Anonymous functions in C☆255Updated 5 years ago
- A simple stack-based virtual machine in C++ with a Forth like programming language☆165Updated 4 years ago
- A functional programming language☆176Updated 13 years ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆134Updated 3 years ago
- A C99 compliant compiler☆19Updated 4 years ago
- Code samples for using libjit☆91Updated 8 years ago
- A toy programming language for learning how to make programming languages☆32Updated 2 years ago
- Rabbit VM.☆110Updated 6 years ago
- The Lark programming language.☆58Updated 15 years ago
- A lightweight javascript run-time environment, with node.js compatiblity in mind☆69Updated 5 years ago
- TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative …☆89Updated 12 years ago
- A single-header incremental garbage collector library☆291Updated last year
- A high performance WebAssembly interpreter in C. Moved here:☆18Updated 5 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆61Updated 7 years ago
- Minimal C Library☆77Updated 7 years ago
- A simple VM in C☆49Updated last year
- Stack based Virtual Machine and JIT compiler built during the Programming Language Masterclass☆61Updated 11 years ago
- CC500: a tiny self-hosting C compiler☆163Updated 7 years ago
- PEG Parser in ANSI C☆61Updated 3 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆241Updated 8 years ago
- Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.☆154Updated 4 years ago
- A generic mark-and-sweep garbage collector☆45Updated 13 years ago
- Awesome links and information about memory allocation☆181Updated 6 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆81Updated last year
- Same as simple-virtual-machine but in C☆152Updated 9 years ago
- Coroutines for C.☆76Updated 8 years ago
- A C Compiler/Parser written in Rust☆53Updated 2 months ago