jorendorff / cell-gc

A very small GC in Rust, with a safe API
MIT License
61 stars 4 forks source link

Ongoing work on multiple pages #15

Open jorendorff opened 7 years ago

jorendorff commented 7 years ago

4 is fixed but there's a bunch of stuff I didn't have time for.

To test:

To do:

jorendorff commented 7 years ago

0d75da9 changed PageSet to use a linked list instead of a Vec<PageBox>.