-
Notifications
You must be signed in to change notification settings - Fork 1
simonask/simongc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SimonGC is a generational garbage collector designed for LLVM. The runtime is written in pure C, so apart from the compiler-specific bindings, the garbage collector can be used by any system. Build Instructions ------------------ Get a copy of the LLVM source from llvm.org. Unpack where you'd like. You probably have to build LLVM before you can build SimonGC. Follow the LLVM build instructions, which are pretty straight-forward. Put SimonGC in llvm/lib/SimonGC, and run make within. All done! Run tests in SimonGC/runtime/test. Have fun!
About
A generational garbage collector designed for LLVM.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published