mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Varag parameter is a new kind of variable
To allow some optimizations on its use.
This commit is contained in:
parent
140b672e2e
commit
8fb1af0e33
7 changed files with 65 additions and 16 deletions
1
lcode.h
1
lcode.h
|
|
@ -71,6 +71,7 @@ LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n);
|
|||
LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n);
|
||||
LUAI_FUNC void luaK_checkstack (FuncState *fs, int n);
|
||||
LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n);
|
||||
LUAI_FUNC void luaK_vapar2local (FuncState *fs, expdesc *var);
|
||||
LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e);
|
||||
LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
|
||||
LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue