markcornwell / pilar

incremental development of scheme compiler
1 stars 0 forks source link

Implement a primitive to free cons nodes #8

Closed markcornwell closed 8 years ago

markcornwell commented 9 years ago

Implement an explicit free that returns cons nodes to a free list from which they can be reallocated.

Think about more general ways to return cons nodes to the heap so they could be allocated to other forms.

markcornwell commented 8 years ago

We are going to delay this for a while.