|
|
|
|
|
by ffwff
2364 days ago
|
|
Out of the box, Crystal does garbage collection through the boehmgc library, however if you pass in some compiler flags you can get application to not use GC. As for my OS, I wasn't gonna port libgc, and since I have prior knowledge of building a GC in rust (very badly!) I decided to make a tri-color concurrent, mostly precise (through compiler patches), garbage collector, in Crystal. |
|
[0]: http://wiki.luajit.org/New-Garbage-Collector