🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.
-
Updated
Mar 10, 2022 - C++
🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.
[yvm] low performance garbage-collectable jvm
C++ memory allocator with smart GC
Concurrent mark-sweep garbage collector for accurate garbage collection of language runtimes in C++ 1x.
An RAII garbage-collection system in standard C++
A C++ implementation of Recycler
The main repository for Ovum Programming language. See compiler at https://github.com/Ovum-Programming-Language/OvumCompiler and VM at https://github.com/Ovum-Programming-Language/OvumVM
Modern C++ Borrow (to have Garbage Collection as well) library with value semantics and without refcounting!
The Eschelle programming language
An implementation of Bob Nystrom's "Baby's First Garbage Collector," but with Discriminated Unions. #complete
flapenguin's algorithm library for c99
🤓 Cool PL compiler
A statically typed programming language featuring a custom stack-based VM with Arm64 JIT compilation and Mark-and-Sweep Garbage Collection.
Concurrent mark-sweep garbage collector for cpp
CSweep is a garbage collector for the C programming language. Yes, C—the language that trusts you enough to manage your own memory, and laughs when you segfault. We took the bold approach of applying compiler design principles to track and clean up your program's memory like a responsible roommate with a label maker.
A mission-critical, high-performance JavaScript & ECMAScript compliance engine architected in modern C++23. Engineered by Khwarzma for next-generation modular browser runtimes.
This is an implementation of Garbage Collector in C++. This is similar to shared_ptr.
A different implementation for garbage collection system in C++
MemoryPool for ECS
Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword f…
Add a description, image, and links to the garbage-collector topic page so that developers can more easily learn about it.
To associate your repository with the garbage-collector topic, visit your repo's landing page and select "manage topics."