rust-hosted-langs / book

Writing Interpreters in Rust: a Guide
https://rust-hosted-langs.github.io/book/
Creative Commons Attribution 4.0 International
479 stars 27 forks source link

GC Sweeping #25

Open pliniker opened 4 years ago

pliniker commented 4 years ago

Implement dead object sweeping across all blocks.

Depends on: