/immix

Pluggable implementation of Immix garbage collector.

Primary LanguageCOtherNOASSERTION

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