Skip to content

scala-native/immix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published