Skip to content

Pluggable implementation of Immix garbage collector.

License

Notifications You must be signed in to change notification settings

LukasKellenberger/immix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immix

This is a staging area for pluggable implementation of Immix garbage collector.

Building Immix

  1. Make sure you have CMake 3.2 or newer installed:
$ cmake -version
  1. Clone the source with git:
$ git clone https://github.com/scala-native/immix.git
$ cd immix
  1. Build:
$ cmake . && make

About

Pluggable implementation of Immix garbage collector.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.5%
  • C++ 4.4%
  • CMake 1.5%
  • Objective-C 0.6%