separate eval into eval and apply and do gc (oops)
This commit is contained in:
parent
2532dd9f4a
commit
54e36cd5e3
3 changed files with 23 additions and 21 deletions
2
gc.c
2
gc.c
|
|
@ -60,8 +60,6 @@ static O forward(O obj, U8 **freep) {
|
|||
}
|
||||
|
||||
void collect(void) {
|
||||
return; // DEBUG
|
||||
|
||||
U8 *freep = heap.to.start;
|
||||
U8 *scan = freep;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue