|
|
|
|
|
by matheusmoreira
72 days ago
|
|
Yeah. I implemented the conservative collector because it simplified development of the language's primitive functions. Allowed me to put lisp values on the C stack without worrying about them being garbage collected. The current version of the collector also compacts the heap and moves values around. All conservatively discovered values get pinned. |
|
[1] http://wingolog.org/archives/2023/02/07/whippet-towards-a-ne... and other related posts