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:
- lcc编译器源码注释工程☆55Updated 10 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- a mini C-like language(C1) compiler☆39Updated 6 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- Lua like script language☆18Updated 9 years ago
- A standard C compiler.☆12Updated 9 years ago
- A just-in-time compiler for c minus☆46Updated 12 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆119Updated 3 months 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 3 months ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- A lightweight conservative garbage collector for C/C++☆122Updated 7 years ago
- Simplified C Compiler☆20Updated 9 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆101Updated this week
- Our own thread library similar to pthreads☆18Updated 3 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
- implement a full compiler based on c++ 11☆21Updated 8 years ago
- fast malloc. similar to google-tcmalloc.☆25Updated 9 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆243Updated 8 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)☆16Updated 3 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆80Updated 9 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- Port of linux kernel jump labels to userspace. Uses GCC goto asm extension.☆19Updated 11 years ago
- a tiny, portable, precise, mark-and-sweep GC in C++☆59Updated 13 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 12 years ago
- qcc is a small toy C compiler☆42Updated 8 years ago
- A Tour Through the SubC Compiler☆92Updated 4 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago