briancain / garbage-collectorLinks
A basic garbage collection application written in C to manage memory
☆17Updated 11 years ago
Alternatives and similar repositories for garbage-collector
Users that are interested in garbage-collector are comparing it to the libraries listed below
Sorting:
- Lua like script language☆18Updated 9 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- lcc编译器源码注释工程☆54Updated 10 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆118Updated 2 weeks ago
- Simplified C Compiler☆20Updated 9 years ago
- Our own thread library similar to pthreads☆18Updated 2 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- A lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 2 weeks ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- A standard C compiler.☆12Updated 8 years ago
- Cyan programming language, and its compiler!☆15Updated 9 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆36Updated 11 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆100Updated 5 months ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- qcc is a small toy C compiler☆41Updated 8 years ago
- Henry Spencer's old regular expression library, also known as the book regex library, circa 1986.☆135Updated 10 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- A lightweight garbage collector for C++ programs☆69Updated last year
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 3 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- A simple VM in C☆49Updated last year
- A quick tutorial on how to implement malloc/free/calloc/realloc☆173Updated 6 years ago
- A toy programming language interpreter☆33Updated 12 years ago
- A bump pointer allocator☆70Updated 11 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
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago