Roberto Ierusalimschy
|
8e586c13fc
cleaner way to ensure alignment for strings and userdata
|
24 年之前 |
Roberto Ierusalimschy
|
0a1b1acdd3
details about opcode parameters
|
24 年之前 |
Roberto Ierusalimschy
|
cbc59592ff
new definition for `luaD_call' and `luaD_adjusttop'
|
24 年之前 |
Roberto Ierusalimschy
|
0267168675
details.
|
24 年之前 |
Roberto Ierusalimschy
|
190ddd431d
details (rests of debug code)
|
24 年之前 |
Roberto Ierusalimschy
|
65c289b046
details
|
24 年之前 |
Roberto Ierusalimschy
|
762d059a13
new implementation for the Virtual Machine
|
24 年之前 |
Roberto Ierusalimschy
|
a68635a919
list constructors do not adjust last expression
|
24 年之前 |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 年之前 |
Roberto Ierusalimschy
|
6048c4f74d
better way to link callinfo's and stack
|
24 年之前 |
Roberto Ierusalimschy
|
5e870f86a2
optimization for tailcall does not seem to pay itself
|
24 年之前 |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
24 年之前 |
Roberto Ierusalimschy
|
7b84f9e65c
lower-case for macros with arguments
|
24 年之前 |
Roberto Ierusalimschy
|
dfd7ce74cf
buffer should be void *, as char now is not that neutral...
|
24 年之前 |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 年之前 |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
24 年之前 |
Roberto Ierusalimschy
|
191fd35f0a
warnings from Visual C++
|
24 年之前 |
Roberto Ierusalimschy
|
888f91fa24
code check for upvalues
|
24 年之前 |
Roberto Ierusalimschy
|
099442c41f
better separation between basic types
|
24 年之前 |
Roberto Ierusalimschy
|
27600fe87a
better strucuture for code checker
|
24 年之前 |
Roberto Ierusalimschy
|
3c649ce123
checking consistency of jumps (and some other details)
|
24 年之前 |
Roberto Ierusalimschy
|
d2e340f467
string pointers are always fully aligned
|
24 年之前 |
Roberto Ierusalimschy
|
c81404cae5
first version of code verification
|
24 年之前 |
Roberto Ierusalimschy
|
7178a5e34a
new way to handle top x L->top
|
24 年之前 |
Roberto Ierusalimschy
|
426d3e43bd
lock/unlock may use L + better structure for internal debug stuff
|
24 年之前 |
Roberto Ierusalimschy
|
6b71a9cfe5
smaller tables for machines with 8-bit alignment
|
24 年之前 |
Roberto Ierusalimschy
|
bce6572579
new macros + new names to facilitate compilation of threaded version
|
24 年之前 |
Roberto Ierusalimschy
|
a53d9b66ca
first implementation for type names
|
24 年之前 |
Roberto Ierusalimschy
|
71ae4801d6
macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core
|
24 年之前 |
Roberto Ierusalimschy
|
4ac58853dc
thead-specific state separated from "global" state
|
24 年之前 |