diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2025-09-17 16:07:48 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2025-09-17 16:07:48 -0300 |
| commit | 8fb1af0e33cd8688f57cd0e3ab86420a8cfe99bd (patch) | |
| tree | 2c199de5e67f395a4f9c94fcfb2ef3f0dad8882a /lcode.h | |
| parent | 140b672e2ee2ac842661ece4b48e1a64f0cd11ea (diff) | |
| download | lua-8fb1af0e33cd8688f57cd0e3ab86420a8cfe99bd.tar.gz lua-8fb1af0e33cd8688f57cd0e3ab86420a8cfe99bd.tar.bz2 lua-8fb1af0e33cd8688f57cd0e3ab86420a8cfe99bd.zip | |
Varag parameter is a new kind of variable
To allow some optimizations on its use.
Diffstat (limited to 'lcode.h')
| -rw-r--r-- | lcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -71,6 +71,7 @@ LUAI_FUNC void luaK_nil (FuncState *fs, int from, int n); | |||
| 71 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); | 71 | LUAI_FUNC void luaK_reserveregs (FuncState *fs, int n); |
| 72 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); | 72 | LUAI_FUNC void luaK_checkstack (FuncState *fs, int n); |
| 73 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); | 73 | LUAI_FUNC void luaK_int (FuncState *fs, int reg, lua_Integer n); |
| 74 | LUAI_FUNC void luaK_vapar2local (FuncState *fs, expdesc *var); | ||
| 74 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); | 75 | LUAI_FUNC void luaK_dischargevars (FuncState *fs, expdesc *e); |
| 75 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); | 76 | LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e); |
| 76 | LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); | 77 | LUAI_FUNC void luaK_exp2anyregup (FuncState *fs, expdesc *e); |
