Roberto Ierusalimschy
|
89a9c36281
no more `register' declarations: leave it to the compiler.
|
25 years ago |
Roberto Ierusalimschy
|
634c3d57e9
optimization for SETLOCAL was too specific.
|
25 years ago |
Roberto Ierusalimschy
|
e7c8393682
optimization INCLOCAL is not necessary, with `for'
|
25 years ago |
Roberto Ierusalimschy
|
f9cf402fbd
first implementation of FOR
|
25 years ago |
Roberto Ierusalimschy
|
031978798c
more optimizations
|
25 years ago |
Roberto Ierusalimschy
|
4e7e9e8de5
new opcode INCLOCAL.
|
25 years ago |
Roberto Ierusalimschy
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
Roberto Ierusalimschy
|
b53dc0c485
TAG_ARRAY -> TAG_TABLE
|
25 years ago |
Roberto Ierusalimschy
|
4fb8e93c36
small optimization for i..''
|
25 years ago |
Roberto Ierusalimschy
|
73aa465a8e
some name changes
|
25 years ago |
Roberto Ierusalimschy
|
3d0577f4b9
small optimizations.
|
25 years ago |
Roberto Ierusalimschy
|
e3cf93ddb6
first implementation of "threaded code" for boolean operations
|
25 years ago |
Roberto Ierusalimschy
|
88b306f495
some optimizations
|
25 years ago |
Roberto Ierusalimschy
|
563de491be
a better way to control optimizations.
|
25 years ago |
Roberto Ierusalimschy
|
3c9d999424
many details (most by lhf).
|
25 years ago |
Roberto Ierusalimschy
|
4d4e6f07c0
all order operators use a single tag method (<)
|
25 years ago |
Roberto Ierusalimschy
|
3bc925138e
first version of code optimizer
|
25 years ago |
Roberto Ierusalimschy
|
3afe85b2ce
new version for INSTRUCTION formats
|
25 years ago |
Roberto Ierusalimschy
|
52aad0ab59
removing implementation for better error messages (must rethink it...)
|
25 years ago |
Roberto Ierusalimschy
|
74f1c3d025
small changes for "clean C"
|
25 years ago |
Roberto Ierusalimschy
|
1f691a4fcd
renaming of some opcodes and fields
|
25 years ago |
Roberto Ierusalimschy
|
d11e5adf55
`const' array in protos breaked in 3 arrays (for strings, numbers, and
|
25 years ago |
Roberto Ierusalimschy
|
99e340b2ba
keep `top' in registers when running basic tasks (settable, getglobal, ...)
|
25 years ago |
Roberto Ierusalimschy
|
512b15b601
small optimizations (relational operators)
|
25 years ago |
Roberto Ierusalimschy
|
2877bad4c2
new debug API (first version)
|
25 years ago |
Roberto Ierusalimschy
|
46ec57cbc6
little change when calling tag methods
|
25 years ago |
Roberto Ierusalimschy
|
bcdbdaccc3
more debug information (still with bug for tag methods...)
|
25 years ago |
Roberto Ierusalimschy
|
298d0abff7
first version of extra debug information (NAME)
|
25 years ago |
Roberto Ierusalimschy
|
acdb0b741e
comments.
|
25 years ago |
Roberto Ierusalimschy
|
b1b0c219f5
new ttypes to distinguish between C closures and Lua closures.
|
25 years ago |