mirror of
https://github.com/janet-lang/janet
synced 2026-08-18 08:18:51 +00:00
Using a bitset to indicate which stack values are upvalues, we can more accurately track when a reference to a stack value persists after the stack frame exits.