Roberto Ierusalimschy
|
03c6a05ec8
no more nil-in-table
|
7 years ago |
Roberto Ierusalimschy
|
0c7738240e
FALLTHROUGH comment must be last "statement"
|
7 years ago |
Roberto Ierusalimschy
|
4a1612ff9b
new experimental syntax using reserved word 'undef'
|
7 years ago |
Roberto Ierusalimschy
|
ef8263f81f
better names for macros for tags and types.
|
7 years ago |
Roberto Ierusalimschy
|
212095a601
new opcodes OP_GTI/OP_GEI
|
7 years ago |
Roberto Ierusalimschy
|
465b474899
small reorganization of 'luaV_flttointeger'/'luaV_tointeger'
|
7 years ago |
Roberto Ierusalimschy
|
49dae52d08
correct way to check stack space for vararg functions
|
7 years ago |
Roberto Ierusalimschy
|
0682fe8169
some simplifications/optimizations in returns from Lua functions
|
7 years ago |
Roberto Ierusalimschy
|
b1379936cf
vararg back to '...' (but with another implementation)
|
7 years ago |
Roberto Ierusalimschy
|
e2b15aa21d
janitor work on casts
|
7 years ago |
Roberto Ierusalimschy
|
5bd8d388de
OP_CONCAT does not move its result (to simplify its execution)
|
7 years ago |
Roberto Ierusalimschy
|
28f215ecf8
comments
|
7 years ago |
Roberto Ierusalimschy
|
33e3774f44
keep more opcode arguments byte-aligned
|
7 years ago |
Roberto Ierusalimschy
|
f360e7778b
assert cannot use instruction after the last
|
7 years ago |
Roberto Ierusalimschy
|
4676f6599e
new macros 'isOT'/'isIT'
|
7 years ago |
Roberto Ierusalimschy
|
ab07005568
new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose',
|
7 years ago |
Roberto Ierusalimschy
|
f8c1c1469a
some cleaning on signed opcode parameters
|
7 years ago |
Roberto Ierusalimschy
|
e001d5aea6
'VRELOCABLE' -> 'VRELOC'
|
7 years ago |
Roberto Ierusalimschy
|
86431a2f1c
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
|
7 years ago |
Roberto Ierusalimschy
|
c7ee7fe026
new opcodes OP_SHLI/OP_SHRI
|
7 years ago |
Roberto Ierusalimschy
|
ac78b914b6
warnings from Visual Studio /W3
|
7 years ago |
Roberto Ierusalimschy
|
10b8c99bbb
small peephole optimizations
|
7 years ago |
Roberto Ierusalimschy
|
745eb41993
new opcodes OP_RETURN0/OP_RETURN1
|
7 years ago |
Roberto Ierusalimschy
|
36aecd4548
order opcodes cannot use 'K' operands
|
7 years ago |
Roberto Ierusalimschy
|
ff5fe51044
using register 'k' for conditions in tests (we only need one bit there)
|
7 years ago |
Roberto Ierusalimschy
|
599f1742c6
detail (typo in comments)
|
7 years ago |
Roberto Ierusalimschy
|
3c230cc825
using 'A' for register instead of 'B' in relational opcodes
|
7 years ago |
Roberto Ierusalimschy
|
41f2936d8f
new opcode 'OP_EQI' for equality with immediate numbers
|
7 years ago |
Roberto Ierusalimschy
|
4c0e36a46e
new instruction 'OP_EQK' (for equality with constants)
|
7 years ago |
Roberto Ierusalimschy
|
26679ea35b
new function 'luaV_flttointeger' to convert floats to integers (without
|
7 years ago |