luau/VM
Alex Orlenko e9d4ee7a33
Make pseudo-indices relative to LUAI_MAXCSTACK (#766)
This is useful in particular if redefine `LUAI_MAXCSTACK` to a higher
value than the current one (8000).
Ie. passing `-D LUAI_MAXCSTACK=1000000` would not work as overlaps with
`LUA_REGISTRYINDEX` and below.
2022-12-06 11:20:24 -08:00
..
include Make pseudo-indices relative to LUAI_MAXCSTACK (#766) 2022-12-06 11:20:24 -08:00
src Sync to upstream/release/555 (#768) 2022-12-02 10:09:59 -08:00