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
- lcc编译器源码注释工程☆54Updated 9 years ago
- a tiny, portable, precise, mark-and-sweep GC in C++☆59Updated 12 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆115Updated last week
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- A standard C compiler.☆12Updated 8 years ago
- Code experiments to exercise ideas while reading "Engineering a Compiler".☆27Updated 6 years ago
- Demo programs for my blog entry "Hello, JIT World!"☆239Updated 8 years ago
- A c++17 recursive-descent generic parsing library that supports left recursion, tokenization, AST tree creation, multiple error handling …☆98Updated 3 months ago
- Slab Memory Allocator in Application Layer☆28Updated 7 years ago
- Simplified C Compiler☆19Updated 9 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- a mini C-like language(C1) compiler☆36Updated 5 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 lightweight conservative garbage collector for C/C++☆123Updated 6 years ago
- Unofficial libjit mirror.☆62Updated 5 years ago
- A toy OS☆54Updated 8 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.☆52Updated this week
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- Port of linux kernel jump labels to userspace. Uses GCC goto asm extension.☆18Updated 10 years ago
- implement a full compiler based on c++ 11☆22Updated 8 years ago
- Writing a minimal x86-64 JIT compiler in C++☆103Updated 7 years ago
- A small, register-based virtual machine (bytecode interpreter) in C. [MIT License]☆68Updated 9 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆78Updated 9 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A simple VM in C☆49Updated last year
- A little C Style Compiler☆58Updated 8 years ago
- A coroutine scheduler and lightweight network library for libaco☆17Updated 6 years ago
- A bump pointer allocator☆70Updated 11 years ago
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago