index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lstate.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
new list 'twups' to allow traversal of upvalues from dead threads
Roberto Ierusalimschy
2014-02-18
1
-1
/
+3
*
better control for number of finalizers called at each GC cycle
Roberto Ierusalimschy
2014-02-13
1
-1
/
+2
*
no more local collection
Roberto Ierusalimschy
2014-02-13
1
-6
/
+2
*
keep a single list of objects to be finalized (with local and non-local
Roberto Ierusalimschy
2014-02-11
1
-4
/
+2
*
CallInfo lists shrinks together with their associated stacks
Roberto Ierusalimschy
2013-09-17
1
-1
/
+2
*
GC local pause configurable
Roberto Ierusalimschy
2013-09-13
1
-1
/
+2
*
threads are kept in a separated GC list, linked after the main thread
Roberto Ierusalimschy
2013-09-11
1
-13
/
+12
*
back to open hashing for the string table (but with a different
Roberto Ierusalimschy
2013-09-05
1
-2
/
+1
*
local collection now calls finalizers
Roberto Ierusalimschy
2013-09-03
1
-2
/
+3
*
new GC state to sweep 'localgc' list + small changes in sweep control
Roberto Ierusalimschy
2013-08-30
1
-3
/
+2
*
upvalues collected by reference count
Roberto Ierusalimschy
2013-08-27
1
-12
/
+2
*
Lua closures go to local, too
Roberto Ierusalimschy
2013-08-26
1
-1
/
+2
*
C functions and strings now go to the local list; first version
Roberto Ierusalimschy
2013-08-23
1
-1
/
+3
*
some details over new implementation of string table
Roberto Ierusalimschy
2013-08-22
1
-4
/
+4
*
"fixed" objects kept in a separated list (instead of being kept in
Roberto Ierusalimschy
2013-08-21
1
-1
/
+5
*
change in string table: string table is now independent of GC lists; all
Roberto Ierusalimschy
2013-08-21
1
-7
/
+5
*
GC bits SEPARATED and FINALIZEDBIT mixed in FINALIZEDBIT (with simpler
Roberto Ierusalimschy
2013-08-20
1
-4
/
+4
*
double-linked list of all upvalues elliminated and changed to a
Roberto Ierusalimschy
2013-08-07
1
-10
/
+10
*
no more generational collection !!!
Roberto Ierusalimschy
2013-08-05
1
-3
/
+1
*
comment
Roberto Ierusalimschy
2012-07-02
1
-2
/
+2
*
bugs in yields inside debug hooks
Roberto Ierusalimschy
2012-06-08
1
-2
/
+3
*
merge of fields 'lastmajormem' (used in gen. mode) and 'estimate'
Roberto Ierusalimschy
2012-05-22
1
-3
/
+2
*
try to avoid sweeping new objects created with new white (and
Roberto Ierusalimschy
2012-05-22
1
-2
/
+3
*
revamp of the GC pace control; more like 5.1: any X Kbytes allocated
Roberto Ierusalimschy
2012-05-20
1
-1
/
+3
*
random seed used in the hash of all strings to avoid intentional
Roberto Ierusalimschy
2012-02-01
1
-1
/
+2
*
first implementation of long strings
Roberto Ierusalimschy
2012-01-25
1
-2
/
+3
*
object tag keeps variant bits too -> no need for 'isC' field in
Roberto Ierusalimschy
2012-01-20
1
-2
/
+5
*
lint (unused definition)
Roberto Ierusalimschy
2011-09-30
1
-3
/
+1
*
'nCcalls' should be local to each thread, as each thread may have its
Roberto Ierusalimschy
2011-08-23
1
-2
/
+2
*
stricter control (using tag variants) over closure kinds (Lua x C)
Roberto Ierusalimschy
2011-06-02
1
-2
/
+1
*
change in the relationship between totalbytes and GCdebt - luaM_realloc_
Roberto Ierusalimschy
2010-12-20
1
-3
/
+7
*
better control for GC running or stopped
Roberto Ierusalimschy
2010-12-20
1
-1
/
+2
*
finalizers (__gc) for tables
Roberto Ierusalimschy
2010-11-26
1
-4
/
+4
*
comment typos
Roberto Ierusalimschy
2010-10-29
1
-2
/
+2
*
'nresults' in CallInfo now refers to number of results that the current
Roberto Ierusalimschy
2010-09-30
1
-2
/
+2
*
new parameter 'majorinc' to control frequency of major collections
Roberto Ierusalimschy
2010-09-03
1
-1
/
+2
*
no need of a KGC_FORCED collection kind; it has the same behavior of
Roberto Ierusalimschy
2010-05-03
1
-4
/
+3
*
new way to control GC speed (keeping a 'debt' counter)
Roberto Ierusalimschy
2010-04-29
1
-2
/
+2
*
first implementation of light C functions
Roberto Ierusalimschy
2010-04-14
1
-2
/
+1
*
new macro LUA_NUMTAGS
Roberto Ierusalimschy
2010-04-12
1
-2
/
+2
*
keep memory-error message in the global state, so that its use
Roberto Ierusalimschy
2010-04-08
1
-1
/
+2
*
no need to keep "_ENV" name in global state (can be kept in lex state)
Roberto Ierusalimschy
2010-04-05
1
-2
/
+1
*
global table now is only kept in the registry
Roberto Ierusalimschy
2010-03-29
1
-2
/
+1
*
no more fenvs!
Roberto Ierusalimschy
2010-03-26
1
-2
/
+1
*
major collections in generational mode
Roberto Ierusalimschy
2010-03-25
1
-7
/
+8
*
userdata with finalizers are kept in a separated list ('udgc'), instead
Roberto Ierusalimschy
2010-03-24
1
-6
/
+5
*
draft version of a generational mode for garbage collection. (Not well
Roberto Ierusalimschy
2010-03-22
1
-3
/
+4
*
'_ENV' name permanently stored in global state for easier access
Roberto Ierusalimschy
2010-03-13
1
-1
/
+2
*
field 'oldtop' renamed to 'extra', as it can be used for other
Roberto Ierusalimschy
2010-02-09
1
-2
/
+2
*
no more pseudoindex LUA_GLOBALSINDEX; global table now accessible
Roberto Ierusalimschy
2009-12-22
1
-2
/
+2
[prev]
[next]