mirror of
https://github.com/lua/lua
synced 2025-04-05 12:33:23 +03:00

In the generic for loop, it is simpler for OP_TFORLOOP to use the same 'ra' as OP_TFORCALL. Moreover, the internal names of the loop temporaries "(for ...)" don't need to leak internal details (even because the numerical for loop doesn't have a fixed role for each of its temporaries).
Description
No description provided
Languages
C
67.2%
Lua
32.2%
Makefile
0.6%