Factor Language Blog

Code GC works

Thursday, September 28, 2006

Mark and sweep GC is not very hard. The only thing that remains to be done is to automatically invoke code GC when the code heap is full. Presently there is a code-gc word one must call.