mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Cleanup garbage chars
This commit is contained in:
parent
a918f2cb2d
commit
e4085b2f1e
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -8,7 +8,7 @@
|
|||
* Heap garbage collector used by the Cyclone runtime for major collections.
|
||||
*
|
||||
* Concurrent Mark-Sweep GC algorithm is based on the one from
|
||||
* "Implementing an on-the-fly * garbage collector for Java", by Domani et al.
|
||||
* "Implementing an on-the-fly garbage collector for Java", by Domani et al.
|
||||
*
|
||||
* Data structures for the heap implementation are based on code from Chibi Scheme.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue