mirror of
https://github.com/janet-lang/janet
synced 2025-02-05 11:40:00 +00:00
b0d8369534
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.