Roberto Ierusalimschy
|
ae1cf64348
better names for type-related functions
|
24 years ago |
Roberto Ierusalimschy
|
654b16e83a
better performance for table operations (mainly for integer indices)
|
24 years ago |
Roberto Ierusalimschy
|
2a4afb97c8
new module lopcodes.c for tables describing opcodes
|
24 years ago |
Roberto Ierusalimschy
|
afed6c6864
missing an opcode name
|
24 years ago |
Roberto Ierusalimschy
|
37f3a1c045
too much optimization to "break" keys in tables; keep them as TObjects...
|
24 years ago |
Roberto Ierusalimschy
|
8e586c13fc
cleaner way to ensure alignment for strings and userdata
|
24 years ago |
Roberto Ierusalimschy
|
d5b83ead90
new implementation for userdatas, without `keys'
|
24 years ago |
Roberto Ierusalimschy
|
762d059a13
new implementation for the Virtual Machine
|
24 years ago |
Roberto Ierusalimschy
|
572a69b6af
name changes
|
24 years ago |
Roberto Ierusalimschy
|
beee01b170
re-implementation of refs through weak tables
|
24 years ago |
Roberto Ierusalimschy
|
0e0e4a480e
first implementation for weak tables
|
24 years ago |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 years ago |
Roberto Ierusalimschy
|
cb49b088b6
old signature for lua_open
|
24 years ago |
Roberto Ierusalimschy
|
5e870f86a2
optimization for tailcall does not seem to pay itself
|
24 years ago |
Roberto Ierusalimschy
|
6d4db86888
open functions are lua_Cfunctions
|
24 years ago |
Roberto Ierusalimschy
|
7b84f9e65c
lower-case for macros with arguments
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
24 years ago |
Roberto Ierusalimschy
|
d6978d03e1
small bug in testing (pushuserdata needs some memory to work...)
|
24 years ago |
Roberto Ierusalimschy
|
c1db0b2bf1
detail
|
24 years ago |
Roberto Ierusalimschy
|
1c2501fad4
tests for string alignment
|
24 years ago |
Roberto Ierusalimschy
|
03d8a9bf0d
details
|
24 years ago |
Roberto Ierusalimschy
|
d2e340f467
string pointers are always fully aligned
|
24 years ago |
Roberto Ierusalimschy
|
6875fdc8be
new semantics for pushuserdata (no more different userdatas with same value)
|
24 years ago |
Roberto Ierusalimschy
|
322b7b5fc5
easier to add new initialization functions
|
24 years ago |
Roberto Ierusalimschy
|
1f917e709c
better use of extra include files (both for tests and for old_ansi)
|
24 years ago |
Roberto Ierusalimschy
|
426d3e43bd
lock/unlock may use L + better structure for internal debug stuff
|
24 years ago |
Roberto Ierusalimschy
|
4ab6acacdf
better control of relationship top x L->top
|
24 years ago |
Roberto Ierusalimschy
|
6b71a9cfe5
smaller tables for machines with 8-bit alignment
|
24 years ago |
Roberto Ierusalimschy
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
24 years ago |