Roberto Ierusalimschy
|
8f6b80aa1d
GC bits SEPARATED and FINALIZEDBIT mixed in FINALIZEDBIT (with simpler
|
12 anni fa |
Roberto Ierusalimschy
|
8e6b7ef9ab
new function 'isgclocal' + test for GC consistency of prototype's caches
|
12 anni fa |
Roberto Ierusalimschy
|
caceeab750
'next' field for tables changed from pointer to integer (for better
|
12 anni fa |
Roberto Ierusalimschy
|
3991312b94
details
|
12 anni fa |
Roberto Ierusalimschy
|
439d74e29f
added 'local' bit (true => object is only refered by local variables)
|
12 anni fa |
Roberto Ierusalimschy
|
623e388bb4
double-linked list of all upvalues elliminated and changed to a
|
12 anni fa |
Roberto Ierusalimschy
|
677d90165f
no more generational collection !!!
|
12 anni fa |
Roberto Ierusalimschy
|
81102d3689
try to avoid warnings when converting int to pointer
|
12 anni fa |
Roberto Ierusalimschy
|
0ce3018109
'pushnum' pushes a "number" (float) + new C instruction 'pushint'
|
12 anni fa |
Roberto Ierusalimschy
|
a2f5c28a80
new operation '//' (integer division)
|
12 anni fa |
Roberto Ierusalimschy
|
52cb90ec75
detail
|
12 anni fa |
Roberto Ierusalimschy
|
75250a237c
typos in comments
|
12 anni fa |
Roberto Ierusalimschy
|
86b39206d9
open upvalues cannot be old if thread is not old; when thread is old,
|
13 anni fa |
Roberto Ierusalimschy
|
a3e1c40d6d
remove of unecessary luaD_checkstack. (In some cases, C should
|
13 anni fa |
Roberto Ierusalimschy
|
e4f609d0ee
collector in generational mode must be in 'propagate' state when
|
13 anni fa |
Roberto Ierusalimschy
|
5ac56a94dd
collector in generational mode should never be in 'pause' state
|
13 anni fa |
Roberto Ierusalimschy
|
43bfb60ac8
new auxiliary function 'luaI_printinst' (to print a single instruction)
|
13 anni fa |
Roberto Ierusalimschy
|
01e5f358bd
small improvement in lua_checkmemory (only allow dead objects in
|
13 anni fa |
Roberto Ierusalimschy
|
69c775de21
update of 'lua_checkmemory'
|
13 anni fa |
Roberto Ierusalimschy
|
3cadc37f47
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 anni fa |
Roberto Ierusalimschy
|
a4b96ce9a3
first implementation of long strings
|
13 anni fa |
Roberto Ierusalimschy
|
fd22ccd6d0
object tag keeps variant bits too -> no need for 'isC' field in
|
13 anni fa |
Roberto Ierusalimschy
|
e0e406ead3
extra argument to instruction 'checkstack' (in 'testC')
|
14 anni fa |
Roberto Ierusalimschy
|
5645a84368
detail about 'trick' function (nil turn it off)
|
14 anni fa |
Roberto Ierusalimschy
|
3dc5475e23
'nCcalls' should be local to each thread, as each thread may have its
|
14 anni fa |
Roberto Ierusalimschy
|
88c29c0cd5
compilation warning about integer size x pointer size
|
14 anni fa |
Roberto Ierusalimschy
|
29644366fc
useless assignments removed (macros already do the assignment)
|
14 anni fa |
Roberto Ierusalimschy
|
3b44821334
stricter control (using tag variants) over closure kinds (Lua x C)
|
14 anni fa |
Roberto Ierusalimschy
|
aa13c591f5
avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and
|
14 anni fa |
Roberto Ierusalimschy
|
e4076fe6d9
break long assertion in two shorter ones
|
14 anni fa |