Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Towards release 5.4.7 | Roberto Ierusalimschy | 2024-04-26 | 1 | -1/+1 |
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -3/+5 |
* | Thread stacks resized in the atomic phase | Roberto Ierusalimschy | 2023-07-13 | 1 | -3/+5 |
* | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 1 | -2/+2 |
* | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 2022-12-09 | 1 | -3/+6 |
* | Threads are created like other objects | Roberto Ierusalimschy | 2022-11-01 | 1 | -4/+10 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -10/+10 |
* | Bug: set correct pause when (re)entering gen. collection. | Roberto Ierusalimschy | 2022-08-23 | 1 | -32/+31 |
* | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 2021-12-22 | 1 | -5/+5 |
* | Fix debug information about finalizers | Roberto Ierusalimschy | 2021-12-14 | 1 | -1/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -4/+7 |
* | New control for reentrancy of emergency collections | Roberto Ierusalimschy | 2021-02-26 | 1 | -12/+24 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -1/+1 |
* | Bug when growing a stack | Roberto Ierusalimschy | 2020-11-08 | 1 | -2/+2 |
* | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 2020-10-14 | 1 | -9/+8 |
* | Details | Roberto Ierusalimschy | 2020-10-12 | 1 | -11/+19 |
* | No more field 'lua_State.stacksize' | Roberto Ierusalimschy | 2020-10-12 | 1 | -3/+2 |
* | 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 |