jorendorff / cell-gc

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

Make in-heap data live in cells #42

Open jorendorff opened 7 years ago

jorendorff commented 7 years ago

All (mutable) data stored in GC heap pages should be stored inside some kind of cell.

I want to do this for a few reasons:

As a start, it would be pretty simple to store all leaf data types in cells.