Roberto Ierusalimschy
|
ac65bab25f
jumps in 'for' loops don't need to be signed
|
8 years ago |
Roberto Ierusalimschy
|
b77f792b23
comment
|
8 years ago |
Roberto Ierusalimschy
|
07db10813c
'OP_VARARG' has the vararg parameter as an operand
|
8 years ago |
Roberto Ierusalimschy
|
f96497397a
new type 'StackValue' for stack elements
|
8 years ago |
Roberto Ierusalimschy
|
b42430fd3a
'lineinfo' in prototypes saved as differences instead of absolute
|
8 years ago |
Roberto Ierusalimschy
|
5c8770f896
back to old-style vararg system (with vararg table collecting extra
|
8 years ago |
Roberto Ierusalimschy
|
5ecb31003f
bug: cannot "skip" labels after if-goto before the jump over the
|
8 years ago |
Roberto Ierusalimschy
|
502a1d1108
new opcodes for table access with constant keys (strings and integers)
|
8 years ago |
Roberto Ierusalimschy
|
6a98aa0bb0
new opcode LOADI (for loading immediate integers)
|
8 years ago |
Roberto Ierusalimschy
|
e4a9e6fcca
do not eliminate varargs from functions that do not use varargs
|
9 years ago |
Roberto Ierusalimschy
|
dcb2998aa6
bug: expression list with four or more expressions in
|
9 years ago |
Roberto Ierusalimschy
|
b65252b39b
'singlevaraux' returns result only in 'var->k'
|
9 years ago |
Roberto Ierusalimschy
|
e7b2e01d43
bug: label between local definitions can mix-up their initializations
|
9 years ago |
Roberto Ierusalimschy
|
1f259be52a
'getcode' -> 'getinstruction'
|
9 years ago |
Roberto Ierusalimschy
|
542dbd4c65
detail (moving bodies of 'while' to a separate line)
|
9 years ago |
Roberto Ierusalimschy
|
8c1fb91802
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
9 years ago |
Roberto Ierusalimschy
|
6707ce6349
function prepares vararg only if it really uses them (chunks
|
9 years ago |
Roberto Ierusalimschy
|
de3933480e
details
|
10 years ago |
Roberto Ierusalimschy
|
9c41d9d1df
removed unneeded barrier ('from' must be white)
|
10 years ago |
Roberto Ierusalimschy
|
28fdbcf393
added include for 'lprefix.h', for stuff that must be added before
|
10 years ago |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
10 years ago |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
10 years ago |
Roberto Ierusalimschy
|
17ee57f8e0
'iswhite' and related macros now can work directly on any object
|
11 years ago |
Roberto Ierusalimschy
|
ca41b43f53
type 'TString' refers directly to the structure inside the union
|
11 years ago |
Roberto Ierusalimschy
|
56137d58ff
added check for conversion 'obj2gco' (and corrections for small
|
11 years ago |
Roberto Ierusalimschy
|
89b56e7d84
more precision between closure types ('LClosure' x 'CClosure')
|
11 years ago |
Roberto Ierusalimschy
|
1ea2d20f74
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 years ago |
Roberto Ierusalimschy
|
c0edab0f6d
first implementation of bitwise operators '&' (band), '|' (bor),
|
11 years ago |
Roberto Ierusalimschy
|
a948054a19
new order for binary operations (grouping them by type of result)
|
11 years ago |
Roberto Ierusalimschy
|
8ef9e8460e
bug (GC can collect long identifier during parser) + change (using
|
12 years ago |