aboutsummaryrefslogtreecommitdiffstats
path: root/gc.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-20Garbage collection of code-allocated stack frames.David Robillard1-17/+42
2009-06-19Work towards garbage collection and explicitly managed stack frames.David Robillard1-3/+1
2009-06-19Factor out memory/GC related things from AST to Object.David Robillard1-7/+7
2009-06-19Primitive garbage collector for AST nodes.David Robillard1-0/+71