summaryrefslogtreecommitdiff
path: root/lstate.h
Commit message (Expand)AuthorAgeFilesLines
* CallInfo lists shrinks together with their associated stacksRoberto Ierusalimschy2013-09-171-1/+2
* GC local pause configurableRoberto Ierusalimschy2013-09-131-1/+2
* threads are kept in a separated GC list, linked after the main threadRoberto Ierusalimschy2013-09-111-13/+12
* back to open hashing for the string table (but with a differentRoberto Ierusalimschy2013-09-051-2/+1
* local collection now calls finalizersRoberto Ierusalimschy2013-09-031-2/+3
* new GC state to sweep 'localgc' list + small changes in sweep controlRoberto Ierusalimschy2013-08-301-3/+2
* upvalues collected by reference countRoberto Ierusalimschy2013-08-271-12/+2
* Lua closures go to local, tooRoberto Ierusalimschy2013-08-261-1/+2
* C functions and strings now go to the local list; first versionRoberto Ierusalimschy2013-08-231-1/+3
* some details over new implementation of string tableRoberto Ierusalimschy2013-08-221-4/+4
* "fixed" objects kept in a separated list (instead of being kept inRoberto Ierusalimschy2013-08-211-1/+5
* change in string table: string table is now independent of GC lists; allRoberto Ierusalimschy2013-08-211-7/+5
* GC bits SEPARATED and FINALIZEDBIT mixed in FINALIZEDBIT (with simplerRoberto Ierusalimschy2013-08-201-4/+4
* double-linked list of all upvalues elliminated and changed to aRoberto Ierusalimschy2013-08-071-10/+10
* no more generational collection !!!Roberto Ierusalimschy2013-08-051-3/+1
* commentRoberto Ierusalimschy2012-07-021-2/+2
* bugs in yields inside debug hooksRoberto Ierusalimschy2012-06-081-2/+3
* merge of fields 'lastmajormem' (used in gen. mode) and 'estimate'Roberto Ierusalimschy2012-05-221-3/+2
* try to avoid sweeping new objects created with new white (andRoberto Ierusalimschy2012-05-221-2/+3
* revamp of the GC pace control; more like 5.1: any X Kbytes allocatedRoberto Ierusalimschy2012-05-201-1/+3
* random seed used in the hash of all strings to avoid intentionalRoberto Ierusalimschy2012-02-011-1/+2
* first implementation of long stringsRoberto Ierusalimschy2012-01-251-2/+3
* object tag keeps variant bits too -> no need for 'isC' field inRoberto Ierusalimschy2012-01-201-2/+5
* lint (unused definition)Roberto Ierusalimschy2011-09-301-3/+1
* 'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy2011-08-231-2/+2
* stricter control (using tag variants) over closure kinds (Lua x C)Roberto Ierusalimschy2011-06-021-2/+1
* change in the relationship between totalbytes and GCdebt - luaM_realloc_Roberto Ierusalimschy2010-12-201-3/+7
* better control for GC running or stoppedRoberto Ierusalimschy2010-12-201-1/+2
* finalizers (__gc) for tablesRoberto Ierusalimschy2010-11-261-4/+4
* comment typosRoberto Ierusalimschy2010-10-291-2/+2
* 'nresults' in CallInfo now refers to number of results that the currentRoberto Ierusalimschy2010-09-301-2/+2
* new parameter 'majorinc' to control frequency of major collectionsRoberto Ierusalimschy2010-09-031-1/+2
* no need of a KGC_FORCED collection kind; it has the same behavior ofRoberto Ierusalimschy2010-05-031-4/+3
* new way to control GC speed (keeping a 'debt' counter)Roberto Ierusalimschy2010-04-291-2/+2
* first implementation of light C functionsRoberto Ierusalimschy2010-04-141-2/+1
* new macro LUA_NUMTAGSRoberto Ierusalimschy2010-04-121-2/+2
* keep memory-error message in the global state, so that its useRoberto Ierusalimschy2010-04-081-1/+2
* no need to keep "_ENV" name in global state (can be kept in lex state)Roberto Ierusalimschy2010-04-051-2/+1
* global table now is only kept in the registryRoberto Ierusalimschy2010-03-291-2/+1
* no more fenvs!Roberto Ierusalimschy2010-03-261-2/+1
* major collections in generational modeRoberto Ierusalimschy2010-03-251-7/+8
* userdata with finalizers are kept in a separated list ('udgc'), insteadRoberto Ierusalimschy2010-03-241-6/+5
* draft version of a generational mode for garbage collection. (Not wellRoberto Ierusalimschy2010-03-221-3/+4
* '_ENV' name permanently stored in global state for easier accessRoberto Ierusalimschy2010-03-131-1/+2
* field 'oldtop' renamed to 'extra', as it can be used for otherRoberto Ierusalimschy2010-02-091-2/+2
* no more pseudoindex LUA_GLOBALSINDEX; global table now accessibleRoberto Ierusalimschy2009-12-221-2/+2
* macro 'ngcotouv' is the same as 'gco2uv', so it was removedRoberto Ierusalimschy2009-12-111-2/+1
* comment typosRoberto Ierusalimschy2009-11-261-2/+2
* new scheme for debug info about tail calls: no more 'fake' stack entries,Roberto Ierusalimschy2009-11-251-2/+2
* (huge) simplification of GC managementRoberto Ierusalimschy2009-11-181-4/+2