Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Main thread is a regular field of global_State | Roberto Ierusalimschy | 2025-01-31 | 1 | -4/+4 |
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -2/+2 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -4/+4 |
* | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 2024-11-15 | 1 | -13/+26 |
* | Some changes in default GC parameters | Roberto Ierusalimschy | 2024-10-23 | 1 | -3/+1 |
* | Small bug in 'luaE_luaE_statesize' | Roberto Ierusalimschy | 2024-10-21 | 1 | -1/+1 |
* | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 2024-10-21 | 1 | -7/+10 |
* | Some adjustments in transition minor->major | Roberto Ierusalimschy | 2024-10-18 | 1 | -36/+42 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -38/+20 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -125/+182 |
* | Rename of fields in global state that control GC | Roberto Ierusalimschy | 2024-09-06 | 1 | -14/+14 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -7/+7 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2024-03-28 | 1 | -3/+0 |
* | Removed "bulk operations" | Roberto Ierusalimschy | 2024-03-15 | 1 | -29/+7 |
* | Added "bulk operations" to arrays | Roberto Ierusalimschy | 2024-03-15 | 1 | -17/+42 |
* | Removed uses of LUA_NUMTAGS | Roberto Ierusalimschy | 2024-01-13 | 1 | -1/+1 |
* | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 2024-01-10 | 1 | -11/+12 |
* | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -8/+8 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -9/+9 |
* | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -23/+44 |
* | Check minor->major made at the end of a minor cycle | Roberto Ierusalimschy | 2023-12-07 | 1 | -60/+35 |
* | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 1 | -26/+55 |
* | Major collections done incrementally | Roberto Ierusalimschy | 2023-12-06 | 1 | -68/+73 |
* | Removed macro 'changeage' | Roberto Ierusalimschy | 2023-12-01 | 1 | -12/+12 |
* | Comments detailing the ages for generational GC | Roberto Ierusalimschy | 2023-11-29 | 1 | -4/+7 |
* | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -1/+3 |
* | Towards external strings | Roberto Ierusalimschy | 2023-11-08 | 1 | -2/+2 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -7/+18 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -8/+12 |
| |\ | |||||
| * | | Full implementation of new representation for arrays | Roberto Ierusalimschy | 2023-11-03 | 1 | -4/+4 |
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -7/+18 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -6/+10 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| |/ | |||||
* | | Do not avoid major collections when GCdebt is zero | Roberto Ierusalimschy | 2022-12-29 | 1 | -5/+2 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -8/+8 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -9/+5 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-12 | 1 | -2/+6 |
|\| | |||||
| * | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 2022-12-09 | 1 | -3/+6 |
* | | Simplification in handling of GC debt | Roberto Ierusalimschy | 2022-12-06 | 1 | -7/+5 |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 1 | -120/+70 |
* | | Removed GC checks from function calls | Roberto Ierusalimschy | 2022-11-24 | 1 | -1/+2 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -25/+25 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -132/+121 |
* | | Added a counter of the total number of existing objects | Roberto Ierusalimschy | 2022-11-03 | 1 | -0/+2 |
|/ | |||||
* | 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 |