ivmai / tinygc
TinyGC (Tiny Garbage Collector) is an independent implementation of the subset of API of the well-known Boehm-Demers-Weiser Conservative GC
☆84Updated 12 years ago
Alternatives and similar repositories for tinygc:
Users that are interested in tinygc are comparing it to the libraries listed below
- Incremental garbage collector library in C for use by high level language implementions.☆110Updated 8 years ago
- A C-implemented C compiler☆91Updated 7 months ago
- Fedjmike's C Compiler☆132Updated 7 years ago
- Super Tiny Scheme Interpreter for Freestanding Environment☆55Updated 8 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 6 years ago
- Mini-Scheme Interpreter with Copying GC☆24Updated 5 years ago
- Unofficial libjit mirror.☆62Updated 4 years ago
- My fork of Fabrice Bellard's Tiny C Compiler☆30Updated 6 years ago
- A simple implementation of the LISP2 mark-compact GC algorithm☆41Updated 10 years ago
- Fast interpreter with macros, local type inference, LLVM backend.☆163Updated 6 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- Lisp Interpreter in 90 lines of C++ (not counting lines after the first 90).☆40Updated 8 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- NanoJIT is a small, cross-platform C++ library that emits machine code.☆156Updated 7 years ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆70Updated 6 years ago
- Tiny scheme implementation written in c++17☆27Updated 6 years ago
- A generic mark-and-sweep garbage collector☆44Updated 13 years ago
- A Tree Parser Generator☆96Updated 7 months ago
- Experiments with JIT compilation☆65Updated 8 years ago
- Wisp, a lisp programming language☆39Updated 7 years ago
- Jim is a small footprint Tcl interpreter, with some changes to the original language but mostly compatible.☆55Updated 15 years ago
- C/C++ subset resyntaxed like Rust,+ tagged-union/Pattern-Matching, UFCS,inference; LLVM . example:☆74Updated 10 years ago
- quick c☆35Updated 3 years ago
- a little JIT VM language for (probably/eventually) terminal UI apps.☆62Updated 6 years ago
- ☆64Updated 8 years ago
- Code samples for using libjit☆91Updated 8 years ago
- Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.☆35Updated 8 years ago
- subset-of-C compiler targeting 32-bit x86☆115Updated 2 years ago
- Bootstrapped compiler of a C-like but Python-looking language☆47Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆66Updated 9 years ago