mirror of
https://github.com/janet-lang/janet
synced 2025-04-20 09:43:15 +00:00

Was very borked. The sweep phase should drop references to unused abstracts but wasn't, resulting in each collection decrementing the count by one until 0 was hit, even if other threads maintained a reference.