mirror of
https://github.com/lua/lua
synced 2025-04-02 02:52:55 +03:00

Added new instruction 'OP_TFORPREP' to prepare a generic for loop. Currently it is equivalent to a jump (but with a format 'iABx', similar to other for-loop preparing instructions), but soon it will be the place to create upvalues for closing loop states.
Description
No description provided
Languages
C
67.3%
Lua
32.1%
Makefile
0.6%