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.
|
26 years ago |
Roberto Ierusalimschy
|
6c79a0a80d
new way to control hooks inside hooks (now the control is done inside Lua)
|
26 years ago |
Roberto Ierusalimschy
|
1b15206cf9
many details + code redistribution
|
26 years ago |
Roberto Ierusalimschy
|
dea54a7c71
comments
|
26 years ago |
Roberto Ierusalimschy
|
ba1f504970
`optimization' doesn't seem to make any difference...
|
26 years ago |
Roberto Ierusalimschy
|
1fdb445e7d
details.
|
26 years ago |
Roberto Ierusalimschy
|
fe237ad808
fixed stack; first version.
|
26 years ago |
Roberto Ierusalimschy
|
3181dfefee
details
|
26 years ago |
Roberto Ierusalimschy
|
33b8a01032
new way to code CALLs + passing multiple arguments between function calls
|
26 years ago |
Roberto Ierusalimschy
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 years ago |
Roberto Ierusalimschy
|
cde179b369
new implementation for global variable values (separated from strings)
|
26 years ago |
Roberto Ierusalimschy
|
8e7451512f
some more `const's
|
26 years ago |