mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
72beeeeaaa
Lazy verification makes it easier to not leave funcenvs in an invalid state, as well as be more precise with the validation. We needed to verify the FuncEnvs actually pointed to a stack frame if they were of the "on-stack" variant. There was some minor checking before, but it was not enough to prevent func envs from pointing to memory that was off of the fiber stack, overlapping stack frames, etc. |
||
---|---|---|
.. | ||
amalg | ||
install | ||
helper.janet | ||
suite0.janet | ||
suite1.janet | ||
suite2.janet | ||
suite3.janet | ||
suite4.janet | ||
suite5.janet | ||
suite6.janet | ||
suite7.janet | ||
suite8.janet |