aboutsummaryrefslogtreecommitdiff
path: root/lstate.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* using 'trap' to stop 'luaV_execute' when necessary (tracing andRoberto Ierusalimschy2017-11-131-1/+2
* back to 'CallInfo' (no gains with its removal)Roberto Ierusalimschy2017-11-071-10/+40
* no more 'CallInfo' structureRoberto Ierusalimschy2017-11-041-14/+1
* no more useful fields in CallInfoRoberto Ierusalimschy2017-11-031-15/+1
* more fields moved out of 'CallInfo'Roberto Ierusalimschy2017-11-031-13/+9
* new API for 'lua_resume' + cleaning the uses of the 'extra' field inRoberto Ierusalimschy2017-11-021-8/+5
* baby steps to remove 'CallInfo': keeping 'L->func' correctRoberto Ierusalimschy2017-10-311-1/+2
* no more reference 'memerrmsg' + new reference to "n"Roberto Ierusalimschy2017-07-271-2/+2
* no more 'DEADKEY'. Table traversals do not need to consider dead keys;Roberto Ierusalimschy2017-06-121-3/+2
* revamping the incremental collectorRoberto Ierusalimschy2017-05-261-5/+4
* no more field 'base' in CallInfo (base is always equal to 'func + 1',Roberto Ierusalimschy2017-05-131-2/+1
* barrier for prototype's cache (with new gray list 'protogray' to keepRoberto Ierusalimschy2017-05-041-2/+4
* 'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (insteadRoberto Ierusalimschy2017-04-241-3/+3
* first version of control for the generational collectorRoberto Ierusalimschy2017-04-191-1/+3
* Upvalues collected like everything else (with mark-sweep) insteadRoberto Ierusalimschy2017-04-111-1/+3
* generational collector (still not complete)Roberto Ierusalimschy2017-04-051-2/+6
* generational collection: new attempt (still incomplete)Roberto Ierusalimschy2017-02-231-2/+6
* comments about gray listsRoberto Ierusalimschy2017-02-151-1/+19
* detail (removing spaces at end of lines)Roberto Ierusalimschy2016-12-221-4/+4
* new flag in 'CallInfo.callstatus' to tell whether function is runningRoberto Ierusalimschy2016-10-191-1/+2
* allow more bits in 'callstatus' (use no extra space due to alignments)Roberto Ierusalimschy2016-06-161-2/+2
* make 'hook' volatile (as it may be changed in signal handling)Roberto Ierusalimschy2015-12-161-2/+2
* using 'sig_atomic_t' for 'hookmask' (as it can be changed insideRoberto Ierusalimschy2015-12-141-2/+11
* removed field 'n' from 'CallInfo' (not being used right now)Roberto Ierusalimschy2015-11-131-2/+1
* added counters for total and individual CallInfo entries (to allowRoberto Ierusalimschy2015-11-021-1/+3
* flag CIST_REENTRY changed to CIST_FRESH (its negation); fresh invocationsRoberto Ierusalimschy2015-11-021-3/+3
* code for string cache generalized for "associative sets" (compilerRoberto Ierusalimschy2015-09-221-2/+2
* long strings are created directly in final position when possibleRoberto Ierusalimschy2015-09-081-2/+1
* because of debt, 'totalbytes' can be negative (and therefore itsRoberto Ierusalimschy2015-07-041-3/+3
* 'strcache' elements as arrays of 1 element hints that cache canRoberto Ierusalimschy2015-06-011-2/+2
* Bug: suspended '__le' metamethod can give wrong resultRoberto Ierusalimschy2015-04-101-1/+2
* new cache for interning stringsRoberto Ierusalimschy2015-03-041-1/+2
* comments (a few extra quotes around identifiers)Roberto Ierusalimschy2014-10-301-5/+5
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-5/+5
* 'lua_Kcontext' -> 'lua_KContext'Roberto Ierusalimschy2014-10-071-2/+2
* commentsRoberto Ierusalimschy2014-10-061-2/+8
* 'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy2014-08-011-2/+2
* better(?) alignment for some structures (pointers first)Roberto Ierusalimschy2014-07-231-13/+13
* type 'Udata' refers directly to structure inside the union (unionRoberto Ierusalimschy2014-07-181-4/+3
* type 'TString' refers directly to the structure inside the unionRoberto Ierusalimschy2014-07-181-11/+3
* added check for conversion 'obj2gco' (and corrections for smallRoberto Ierusalimschy2014-07-181-4/+12
* no need for field 'gch' anymoreRoberto Ierusalimschy2014-07-171-17/+9
* change in GCObject: instead of being a union, it is now a structureRoberto Ierusalimschy2014-07-171-12/+21
* new type 'lua_Ctx' for continuation-function contexts (to allow typeRoberto Ierusalimschy2014-07-171-2/+2
* cleaner way to handle bit CIST_OAH (with auxiliar macros)Roberto Ierusalimschy2014-06-121-9/+12
* bit-field CIST_YIELDED removed (it was never consulted)Roberto Ierusalimschy2014-06-101-6/+5
* no need for field 'status' in structure 'CallInfo' (after removalRoberto Ierusalimschy2014-06-101-7/+5
* new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy2014-06-101-2/+2
* small changes in field order in some structs to reduce paddingRoberto Ierusalimschy2014-05-151-2/+2
* no need to keep threads in a different GC list, now that there is theRoberto Ierusalimschy2014-02-181-2/+1