Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better control of gray objects | Roberto Ierusalimschy | 2020-08-17 | 1 | -44/+50 |
* | Small changes in macros that change GC colors | Roberto Ierusalimschy | 2020-08-13 | 1 | -27/+27 |
* | TOUCHED2 objects are not always black | Roberto Ierusalimschy | 2020-08-13 | 1 | -8/+2 |
* | Open upvalues should be gray when entering gen. mode | Roberto Ierusalimschy | 2020-08-07 | 1 | -8/+13 |
* | Detail (in asserts) | Roberto Ierusalimschy | 2020-08-03 | 1 | -4/+1 |
* | Threads don't need to always go to 'grayagain' | Roberto Ierusalimschy | 2020-08-03 | 1 | -18/+29 |
* | Clearer handling of gray lists when entering generational mode | Roberto Ierusalimschy | 2020-08-03 | 1 | -6/+30 |
* | Optimization in 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -17/+42 |
* | Details | Roberto Ierusalimschy | 2020-07-29 | 1 | -15/+15 |
* | OLD1 ages advanced by 'markold' | Roberto Ierusalimschy | 2020-07-29 | 1 | -5/+6 |
* | Same changes around 'correctgraylist' | Roberto Ierusalimschy | 2020-07-28 | 1 | -53/+66 |
* | All objects are kept 'new' in incremental GC | Roberto Ierusalimschy | 2020-07-27 | 1 | -17/+21 |
* | Fixed bug: barriers cannot be active during sweep | Roberto Ierusalimschy | 2020-07-27 | 1 | -16/+32 |
* | Fixed bug of old finalized objects in the GC | Roberto Ierusalimschy | 2020-07-10 | 1 | -6/+4 |
* | Added 'simplesect' sections to the manual | Roberto Ierusalimschy | 2020-04-13 | 1 | -1/+1 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -29/+29 |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 1 | -0/+1 |
* | Fixed a warning and other minor issues | Roberto Ierusalimschy | 2019-10-04 | 1 | -1/+1 |
* | Supressed errors in '__close' generate warnings | Roberto Ierusalimschy | 2019-08-16 | 1 | -6/+1 |
* | Small optimization in 'convergeephemerons' | Roberto Ierusalimschy | 2019-08-12 | 1 | -9/+20 |
* | Do not collect open upvalues | Roberto Ierusalimschy | 2019-07-22 | 1 | -4/+2 |
* | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 2019-07-19 | 1 | -4/+2 |
* | Some details in 'lmem.c' and 'lgc.c' | Roberto Ierusalimschy | 2019-07-19 | 1 | -3/+4 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -1/+1 |
* | Fixed bug [5.4 alpha] for errors in finalizers | Roberto Ierusalimschy | 2019-06-21 | 1 | -4/+4 |
* | Details | Roberto Ierusalimschy | 2019-06-03 | 1 | -2/+2 |
* | Avoid moving the collector while in 'GCSenteratomic' state | Roberto Ierusalimschy | 2019-04-01 | 1 | -2/+2 |
* | Finalizers must be callable | Roberto Ierusalimschy | 2019-03-14 | 1 | -1/+1 |
* | Changes in the warning system | Roberto Ierusalimschy | 2019-03-14 | 1 | -4/+4 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -44/+114 |
* | No more LUA_ERRGCMM errors | Roberto Ierusalimschy | 2019-01-01 | 1 | -15/+13 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -63/+1 |
* | First "complete" implementation of to-be-closed variables | Roberto Ierusalimschy | 2018-10-17 | 1 | -0/+5 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -1/+3 |
* | Comments about OLD0/OLD1 ages | Roberto Ierusalimschy | 2018-07-18 | 1 | -24/+30 |
* | Fixed bug in generational collection of userdata | Roberto Ierusalimschy | 2018-07-13 | 1 | -11/+15 |
* | Generational mode may wait longer after a major collection | Roberto Ierusalimschy | 2018-07-09 | 1 | -8/+25 |
* | field 'sizearray' in struct 'Table' changed to 'alimit', which can | Roberto Ierusalimschy | 2018-06-15 | 1 | -6/+9 |
* | FALLTHROUGH comment must be last "statement" | Roberto Ierusalimschy | 2018-03-16 | 1 | -3/+3 |
* | special compact representation for userdata with no user values | Roberto Ierusalimschy | 2018-02-26 | 1 | -3/+16 |
* | in 'clearbykeys', clear keys of just-removed entries too | Roberto Ierusalimschy | 2018-02-23 | 1 | -3/+3 |
* | first version of empty entries in tables | Roberto Ierusalimschy | 2018-02-23 | 1 | -28/+30 |
* | some reorganization in 'lobject.h' | Roberto Ierusalimschy | 2018-02-22 | 1 | -1/+6 |
* | userdata can have multiple user values | Roberto Ierusalimschy | 2018-02-20 | 1 | -16/+17 |
* | more generic way to handle 'gclist' | Roberto Ierusalimschy | 2018-02-19 | 1 | -62/+50 |
* | small corrections in generational mode | Roberto Ierusalimschy | 2018-02-05 | 1 | -7/+9 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -2/+2 |
* | keep control of stack top in Lua functions concentrated in 'luaV_execute' | Roberto Ierusalimschy | 2017-12-28 | 1 | -8/+3 |
* | when running Lua code, there is no need to keep 'L->top' "correct"; | Roberto Ierusalimschy | 2017-12-20 | 1 | -2/+12 |
* | more freedom in handling memory-allocation errors (not all allocations | Roberto Ierusalimschy | 2017-12-08 | 1 | -8/+3 |