aboutsummaryrefslogtreecommitdiff
path: root/lstate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimization in 'markold'Roberto Ierusalimschy2020-07-291-1/+1
* DetailsRoberto Ierusalimschy2020-07-291-2/+2
* Fixed bug: invalid 'oldpc' when returning to a functionRoberto Ierusalimschy2020-07-171-0/+1
* Avoid any code before locks in the APIRoberto Ierusalimschy2020-07-061-2/+3
* Make sure that main thread is non yieldableRoberto Ierusalimschy2020-07-061-0/+1
* Detail in 'lua_resetthread'Roberto Ierusalimschy2020-06-171-5/+4
* 'luaE_shrinkCI' shouldn't remove first free CallInfoRoberto Ierusalimschy2020-06-151-8/+14
* Improvements in the handling of signalsRoberto Ierusalimschy2020-05-221-4/+5
* Short strings always use all bytes in the hashRoberto Ierusalimschy2020-04-011-1/+1
* Clearer distinction between types and tagsRoberto Ierusalimschy2020-01-311-2/+2
* Larger C-stack limits for new threadsRoberto Ierusalimschy2019-10-171-1/+1
* 'setCstacklimit' renamed to 'setcstacklimit'Roberto Ierusalimschy2019-09-241-1/+1
* Supressed errors in '__close' generate warningsRoberto Ierusalimschy2019-08-161-0/+16
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-261-1/+1
* New function 'setCstacklimit'Roberto Ierusalimschy2019-06-181-2/+26
* Revamp around 'L->nCcalls' countRoberto Ierusalimschy2019-06-121-27/+26
* Fixed bug with to-be-closed variables in base C levelRoberto Ierusalimschy2019-04-261-0/+2
* LUAI_MAXCCALLS renamed LUAI_MAXCSTACKRoberto Ierusalimschy2019-03-251-8/+8
* Changes in the warning systemRoberto Ierusalimschy2019-03-141-2/+2
* After a "bad collections", avoid switching back back to generationalRoberto Ierusalimschy2019-01-301-1/+3
* No more LUA_ERRGCMM errorsRoberto Ierusalimschy2019-01-011-0/+7
* Added a warning system to LuaRoberto Ierusalimschy2018-12-281-0/+2
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-16/+33
* New functions 'lua_resetthread' and 'coroutine.kill'Roberto Ierusalimschy2018-12-131-2/+25
* Removed internal cache for closuresRoberto Ierusalimschy2018-11-011-1/+1
* First "complete" implementation of to-be-closed variablesRoberto Ierusalimschy2018-10-171-2/+2
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* no need to check whether libraries and host use the same kernel;Roberto Ierusalimschy2018-06-181-6/+5
* new field 'nilvalue' in struct 'global_State' to avoid the use ofRoberto Ierusalimschy2018-06-151-1/+2
* no more 'luaO_nilobject' to avoid comparison of global variable addressesRoberto Ierusalimschy2018-06-011-3/+2
* macro 'luai_makeseed' now controls the whole process of making the seedRoberto Ierusalimschy2018-05-291-17/+17
* 'gcemergency' should be zero before any memory allocationRoberto Ierusalimschy2018-02-051-2/+2
* janitor work on castsRoberto Ierusalimschy2018-01-281-3/+3
* new macro 'isLuacode' (to distinguish regular Lua code fromRoberto Ierusalimschy2017-12-191-2/+2
* no more 'stackless' implementation; 'luaV_execute' calls itselfRoberto Ierusalimschy2017-11-231-2/+26
* 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-8/+55
* no more 'CallInfo' structureRoberto Ierusalimschy2017-11-041-53/+4
* more fields moved out of 'CallInfo'Roberto Ierusalimschy2017-11-031-3/+3
* baby steps to remove 'CallInfo': keeping 'L->func' correctRoberto Ierusalimschy2017-10-311-3/+6
* some cleaning in GC parametersRoberto Ierusalimschy2017-10-111-3/+5
* new type 'StackValue' for stack elementsRoberto Ierusalimschy2017-06-291-5/+5
* revamping the incremental collectorRoberto Ierusalimschy2017-05-261-10/+2
* barrier for prototype's cache (with new gray list 'protogray' to keepRoberto Ierusalimschy2017-05-041-2/+2
* 'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (insteadRoberto Ierusalimschy2017-04-241-2/+3
* removed initialization of 'GCestimate' (it is initialized duringRoberto Ierusalimschy2017-04-121-2/+1
* 'mainthread' lives in 'allgc' list, like everybody elseRoberto Ierusalimschy2017-04-111-3/+4
* generational collector (still not complete)Roberto Ierusalimschy2017-04-051-2/+3
* generational collection: new attempt (still incomplete)Roberto Ierusalimschy2017-02-231-1/+2
* removed field 'n' from 'CallInfo' (not being used right now)Roberto Ierusalimschy2015-11-131-14/+11