This is a staging area for pluggable implementation of Immix garbage collector.
- Make sure you have CMake 3.2 or newer installed:
$ cmake -version
- Clone the source with git:
$ git clone https://github.com/scala-native/immix.git
$ cd immix
- Build:
$ cmake . && make