aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* more freedom in handling memory-allocation errors (not all allocationsRoberto Ierusalimschy2017-12-081-19/+23
* detailRoberto Ierusalimschy2017-12-011-3/+3
* 'luaV_execute' gets call info as extra argument (it is alwaysRoberto Ierusalimschy2017-11-291-6/+7
* small simplifications in 'luaD_poscall'Roberto Ierusalimschy2017-11-231-18/+18
* no more 'stackless' implementation; 'luaV_execute' calls itselfRoberto Ierusalimschy2017-11-231-48/+18
* more direct implementation for tail calls.Roberto Ierusalimschy2017-11-211-10/+37
* using 'trap' to stop 'luaV_execute' when necessary (tracing andRoberto Ierusalimschy2017-11-131-3/+12
* avoid accessing wrong union fieldRoberto Ierusalimschy2017-11-131-2/+3
* back to 'CallInfo' (no gains with its removal)Roberto Ierusalimschy2017-11-071-95/+95
* no more 'CallInfo' structureRoberto Ierusalimschy2017-11-041-42/+22
* 'lua_Debug' not using 'CallInfo'Roberto Ierusalimschy2017-11-031-3/+3
* no more useful fields in CallInfoRoberto Ierusalimschy2017-11-031-24/+30
* more fields moved out of 'CallInfo'Roberto Ierusalimschy2017-11-031-37/+43
* new API for 'lua_resume' + cleaning the uses of the 'extra' field inRoberto Ierusalimschy2017-11-021-6/+8
* using 'L->func' when possibleRoberto Ierusalimschy2017-11-011-5/+5
* baby steps to remove 'CallInfo': keeping 'L->func' correctRoberto Ierusalimschy2017-10-311-3/+11
* no more reference 'memerrmsg' + new reference to "n"Roberto Ierusalimschy2017-07-271-2/+3
* new type 'StackValue' for stack elementsRoberto Ierusalimschy2017-06-291-18/+20
* details (using proper version of 'setobj')Roberto Ierusalimschy2017-05-231-2/+2
* no more field 'base' in CallInfo (base is always equal to 'func + 1',Roberto Ierusalimschy2017-05-131-4/+1
* back to old-style vararg system (with vararg table collecting extraRoberto Ierusalimschy2017-05-131-35/+6
* 'moveresults' and 'luaD_poscall' moved up in the fileRoberto Ierusalimschy2016-12-131-67/+67
* detail (ANSI C does not accept empty arguments to macros)Roberto Ierusalimschy2016-09-201-3/+3
* cleaner and more correct code for 'luaD_shrinkstack' (the oldRoberto Ierusalimschy2016-09-081-5/+8
* comments + removed unused variableRoberto Ierusalimschy2016-09-051-10/+6
* do not eliminate varargs from functions that do not use varargsRoberto Ierusalimschy2016-08-011-4/+4
* bug: When a coroutine tries to resume a non-suspended coroutine,Roberto Ierusalimschy2016-07-291-16/+19
* comments (about hooks vs signals)Roberto Ierusalimschy2015-12-161-2/+7
* details (typos in comments)Roberto Ierusalimschy2015-11-191-3/+3
* trying to optimize a little 'luaD_poscall'Roberto Ierusalimschy2015-11-131-21/+51
* in 'luaD_call', use two functions instead of one with fixed booleanRoberto Ierusalimschy2015-11-021-10/+29
* macro 'incr_top' replaced by function 'luaD_inctop'. (It is not usedRoberto Ierusalimschy2015-11-021-1/+14
* in 'luaD_precall', in vararg functions, complete missing parametersRoberto Ierusalimschy2015-11-021-15/+13
* using more "conventional" loops in 'luaD_poscall' (probably a littleRoberto Ierusalimschy2015-11-021-7/+13
* function prepares vararg only if it really uses them (chunksRoberto Ierusalimschy2015-10-281-2/+2
* comments for luaD_precall/luaD_poscallRoberto Ierusalimschy2015-10-281-2/+12
* details (avoid 'case' inside block + avoid using one variable forRoberto Ierusalimschy2015-10-281-5/+5
* small changes to allow 'precall' to spend time preserving 'func'Roberto Ierusalimschy2015-10-211-19/+21
* long strings are created directly in final position when possibleRoberto Ierusalimschy2015-09-081-2/+2
* details (use original type when saving variable's value)Roberto Ierusalimschy2015-06-181-2/+2
* bug: interpreter cannot pop activation frame before calling returnRoberto Ierusalimschy2015-05-221-9/+9
* calls to 'luaC_checkGC' in luaD_precall moved near to 'luaD_checkstack'Roberto Ierusalimschy2015-03-301-4/+4
* macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameterRoberto Ierusalimschy2015-03-061-2/+2
* no need to ensure any stack space for panic function + some changesRoberto Ierusalimschy2014-11-111-16/+12
* bug: memory error in panic mode does not push error message onRoberto Ierusalimschy2014-11-101-2/+14
* comments (references to "ANSI C" changed to "ISO C", which is theRoberto Ierusalimschy2014-11-021-2/+2
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-4/+6
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-4/+4
* macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy2014-10-171-2/+2
* detail ('G(L)' -> 'g')Roberto Ierusalimschy2014-10-081-6/+7