Roberto Ierusalimschy
|
33e3774f44
keep more opcode arguments byte-aligned
|
пре 7 година |
Roberto Ierusalimschy
|
a9295a2b8e
typos in comments
|
пре 7 година |
Roberto Ierusalimschy
|
c6fedc92f8
new command 'print' (to print literal strings) in mini-language
|
пре 7 година |
Roberto Ierusalimschy
|
68af7cc81a
another try with table resize.
|
пре 7 година |
Roberto Ierusalimschy
|
28323aeaa6
by-one error when filling missing arguments in a tail call
|
пре 7 година |
Roberto Ierusalimschy
|
cf7eff45f3
keep control of stack top in Lua functions concentrated in 'luaV_execute'
|
пре 7 година |
Roberto Ierusalimschy
|
8691612f01
when calling a hook, cannot decrease 'ci->top' (to preserve stack
|
пре 7 година |
Roberto Ierusalimschy
|
f99f3c42ff
comment
|
пре 7 година |
Roberto Ierusalimschy
|
f360e7778b
assert cannot use instruction after the last
|
пре 7 година |
Roberto Ierusalimschy
|
4676f6599e
new macros 'isOT'/'isIT'
|
пре 7 година |
Roberto Ierusalimschy
|
1d5b885437
when running Lua code, there is no need to keep 'L->top' "correct";
|
пре 7 година |
Roberto Ierusalimschy
|
4dc0be950a
new macro 'isLuacode' (to distinguish regular Lua code from
|
пре 7 година |
Roberto Ierusalimschy
|
3153a41e33
no need to save 'pc' in case of allocation errors
|
пре 7 година |
Roberto Ierusalimschy
|
d388c165ef
new opcodes 'FORLOOP1'/'FORPREP1' for "basic for" (integer variable
|
пре 7 година |
Roberto Ierusalimschy
|
ab07005568
new auxiliary function 'luaK_isKint' + removal of 'luaK_needclose',
|
пре 7 година |
Roberto Ierusalimschy
|
7024f49c42
default now is compiling without compatibility options + smaller
|
пре 7 година |
Roberto Ierusalimschy
|
2f6f6abeba
'rehash' -> 'tablerehash'
|
пре 7 година |
Roberto Ierusalimschy
|
3064edead2
details (cleaning uses of 'exp1')
|
пре 7 година |
Roberto Ierusalimschy
|
f8c1c1469a
some cleaning on signed opcode parameters
|
пре 7 година |
Roberto Ierusalimschy
|
4b6928e7f5
(1 << 31) with signed integer has undefined behavior in C
|
пре 7 година |
Roberto Ierusalimschy
|
b3f924bc69
'Proto->numparams' does not include vararg parameter
|
пре 7 година |
Roberto Ierusalimschy
|
e001d5aea6
'VRELOCABLE' -> 'VRELOC'
|
пре 7 година |
Roberto Ierusalimschy
|
e752d84ed8
bug: memory-allocation error when resizing a table can leave it
|
пре 7 година |
Roberto Ierusalimschy
|
86431a2f1c
new opcodes BANDK/BORK/BXORK. (They do not use immediate operands
|
пре 7 година |
Roberto Ierusalimschy
|
36cf8f3a3c
Code should not change the stack level after the initialization of a
|
пре 7 година |
Roberto Ierusalimschy
|
725c15a4ca
when shrinking stack, always shrinks the CI list.
|
пре 7 година |
Roberto Ierusalimschy
|
b077b20206
back to reallocation when resizing the string table.
|
пре 7 година |
Roberto Ierusalimschy
|
3cf340f676
allows memory-allocation errors when shrinking blocks
|
пре 7 година |
Roberto Ierusalimschy
|
7ad20af2cf
more freedom in handling memory-allocation errors (not all allocations
|
пре 7 година |
Roberto Ierusalimschy
|
bfb88e99e9
'luaD_growstack' cannot raise any errors when 'raiseerror' is
|
пре 7 година |