Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detail (debugging aid) | Roberto Ierusalimschy | 2025-01-06 | 1 | -4/+4 |
* | Some changes in default GC parameters | Roberto Ierusalimschy | 2024-10-23 | 1 | -5/+5 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -4/+11 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -15/+19 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -2/+2 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -0/+8 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -1/+1 |
* | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 2024-01-10 | 1 | -1/+1 |
* | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -2/+2 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -1/+2 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -16/+4 |
* | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -5/+7 |
* | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 1 | -22/+26 |
* | Removed macro 'changeage' | Roberto Ierusalimschy | 2023-12-01 | 1 | -2/+0 |
* | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 2023-11-29 | 1 | -3/+41 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 |
|\ | |||||
| * | Small change in barrier macros | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -2/+2 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -10/+34 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -8/+0 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -3/+3 |
|/ | |||||
* | Threads are created like other objects | Roberto Ierusalimschy | 2022-11-01 | 1 | -0/+2 |
* | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 2021-12-22 | 1 | -0/+1 |
* | Bug: GC is not reentrant | Roberto Ierusalimschy | 2021-12-13 | 1 | -0/+9 |
* | Small changes in macros that change GC colors | Roberto Ierusalimschy | 2020-08-13 | 1 | -11/+12 |
* | Better tests for gray lists | Roberto Ierusalimschy | 2020-08-07 | 1 | -1/+4 |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 1 | -2/+1 |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -1/+1 |
* | After a "bad collections", avoid switching back back to generational | Roberto Ierusalimschy | 2019-01-30 | 1 | -1/+8 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -4/+0 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | no more 'TESTGRAYBIT' (to free this bit for real uses) | Roberto Ierusalimschy | 2018-06-11 | 1 | -3/+4 |
* | more generic way to handle 'gclist' | Roberto Ierusalimschy | 2018-02-19 | 1 | -2/+2 |
* | default for minor collection intervals a little larger | Roberto Ierusalimschy | 2018-02-05 | 1 | -4/+4 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -3/+3 |
* | some cleaning in GC parameters | Roberto Ierusalimschy | 2017-10-11 | 1 | -4/+14 |
* | revamping the incremental collector | Roberto Ierusalimschy | 2017-05-26 | 1 | -9/+11 |
* | barrier for prototype's cache (with new gray list 'protogray' to keep | Roberto Ierusalimschy | 2017-05-04 | 1 | -1/+5 |
* | Upvalues collected like everything else (with mark-sweep) instead | Roberto Ierusalimschy | 2017-04-11 | 1 | -9/+1 |
* | Comments for generational collector | Roberto Ierusalimschy | 2017-04-10 | 1 | -3/+3 |
* | small changes in 'luaC_upvalbarrier' | Roberto Ierusalimschy | 2017-04-06 | 1 | -4/+4 |
* | generational collector (still not complete) | Roberto Ierusalimschy | 2017-04-05 | 1 | -15/+39 |
* | generational collection: new attempt (still incomplete) | Roberto Ierusalimschy | 2017-02-23 | 1 | -3/+6 |
* | avoid empty macro arguments (invalid in C89) | Roberto Ierusalimschy | 2015-12-21 | 1 | -2/+2 |
* | 'condchangemem' also may need to run 'pre'/'pos' | Roberto Ierusalimschy | 2015-10-21 | 1 | -2/+3 |
* | added comments | Roberto Ierusalimschy | 2015-10-20 | 1 | -1/+8 |
* | cleaner definition for 'luaC_condGC', using 'pre'/'pos' parameters | Roberto Ierusalimschy | 2015-10-20 | 1 | -4/+5 |
* | barrier macros rewritten as expressions | Roberto Ierusalimschy | 2015-08-03 | 1 | -13/+13 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
* | 'iswhite' and related macros now can work directly on any object | Roberto Ierusalimschy | 2014-07-19 | 1 | -4/+4 |