mirror of
https://github.com/lua/lua
synced 2026-06-08 15:34:49 +00:00
682054920d
Changed some implementation details; in particular, it is back using an internal variable to keep the index, with the control variable being only a copy of that internal variable. (The direct use of the control variable demands a check of its type for each access, which offsets the gains from the use of a single variable.)