kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
438 stars 36 forks source link

Shrink GC object headers #46

Closed moulins closed 1 year ago

moulins commented 1 year ago

This PR reduces the size of the GC object metadata from 3 usizes to 2 usizes. This is achieved in two ways: