Manishearth / rust-gc

Simple tracing (mark and sweep) garbage collector for Rust
Mozilla Public License 2.0
962 stars 50 forks source link

Use set_data_ptr in Gc::set_root and clear_root_bit #146

Closed andersk closed 2 years ago

andersk commented 2 years ago

Fixes #145.

Manishearth commented 2 years ago

nice work, thanks!