etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Support for dynamically growing GC heap #9

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

We should switch to a segmented stack approach where we initially have a small heap and incrementally add new segments as allocations occur. Ideally the first segment would live in the same page-sized allocation as the World structure

etaoins commented 10 years ago

Closed by work in the segmentedheap branch