493 Commits (ec61be9a7e828bfa366a35658b90f53b1ce39478)

Author SHA1 Message Date
Roberto Ierusalimschy ec61be9a7e 'l_mem' renamed to 'l_obj' to count objects 2 years ago
Roberto Ierusalimschy f356d5acdd First version of GC counting objects for control 2 years ago
Roberto Ierusalimschy 76953316d1 Added a counter of the total number of existing objects 2 years ago
Roberto Ierusalimschy 9ede317c70 Threads are created like other objects 2 years ago
Roberto Ierusalimschy 413a393e62 Stack indices changed to union's 2 years ago
Roberto Ierusalimschy a1f77a234a Bug: set correct pause when (re)entering gen. collection. 2 years ago
Roberto Ierusalimschy 597a53bbc6 Bug: finalizer calling exit can corrupt finalization order 3 years ago
Roberto Ierusalimschy 066e0f93c4 Fix debug information about finalizers 3 years ago
Roberto Ierusalimschy 0bfc572e51 Bug: GC is not reentrant 3 years ago
Roberto Ierusalimschy 1537d6680b New control for reentrancy of emergency collections 4 years ago
Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
Roberto Ierusalimschy d282652561 Bug when growing a stack 4 years ago
Roberto Ierusalimschy 52c8679760 Fixed bug of keys removed from tables vs 'next' 4 years ago
Roberto Ierusalimschy c23cc86c54 Details 4 years ago
Roberto Ierusalimschy 5aa36e894f No more field 'lua_State.stacksize' 4 years ago
Roberto Ierusalimschy 8a89da07ba Better control of gray objects 4 years ago
Roberto Ierusalimschy f849885a4b Small changes in macros that change GC colors 4 years ago
Roberto Ierusalimschy f7ce7e5faa TOUCHED2 objects are not always black 4 years ago
Roberto Ierusalimschy 65141832d2 Open upvalues should be gray when entering gen. mode 4 years ago
Roberto Ierusalimschy 68109afcdb Detail (in asserts) 4 years ago
Roberto Ierusalimschy 9cf3299faf Threads don't need to always go to 'grayagain' 4 years ago
Roberto Ierusalimschy b9b554e0f6 Clearer handling of gray lists when entering generational mode 4 years ago
Roberto Ierusalimschy 0dc5deca1c Optimization in 'markold' 4 years ago
Roberto Ierusalimschy b4c353434f Details 4 years ago
Roberto Ierusalimschy 71f70df327 OLD1 ages advanced by 'markold' 4 years ago
Roberto Ierusalimschy 663f83f647 Same changes around 'correctgraylist' 4 years ago
Roberto Ierusalimschy d2c2e32e8a All objects are kept 'new' in incremental GC 4 years ago
Roberto Ierusalimschy a6da1472c0 Fixed bug: barriers cannot be active during sweep 4 years ago
Roberto Ierusalimschy 127e7a6c89 Fixed bug of old finalized objects in the GC 4 years ago
Roberto Ierusalimschy 9e0a8475cd Added 'simplesect' sections to the manual 5 years ago
Roberto Ierusalimschy 46c3587a6f Clearer distinction between types and tags 5 years ago
Roberto Ierusalimschy e592f94a64 Details (mostly comments) 5 years ago
Roberto Ierusalimschy 7bd1e53753 Fixed a warning and other minor issues 5 years ago
Roberto Ierusalimschy ca13be9af7 Supressed errors in '__close' generate warnings 5 years ago
Roberto Ierusalimschy f64a1b175a Small optimization in 'convergeephemerons' 5 years ago
Roberto Ierusalimschy 9e6807c3c9 Do not collect open upvalues 5 years ago
Roberto Ierusalimschy dc07719b0d Tag LUA_TUPVALTBC replaced by a flag 5 years ago
Roberto Ierusalimschy 9cdf6b7082 Some details in 'lmem.c' and 'lgc.c' 5 years ago
Roberto Ierusalimschy e888976bc6 Details (typos in comments) 5 years ago
Roberto Ierusalimschy 1d70708a78 Fixed bug [5.4 alpha] for errors in finalizers 5 years ago
Roberto Ierusalimschy 2c68e66570 Details 6 years ago
Roberto Ierusalimschy 38425e0692 Avoid moving the collector while in 'GCSenteratomic' state 6 years ago
Roberto Ierusalimschy 8fa4f1380b Finalizers must be callable 6 years ago
Roberto Ierusalimschy b56d4e570a Changes in the warning system 6 years ago
Roberto Ierusalimschy 2c32bff609 After a "bad collections", avoid switching back back to generational 6 years ago
Roberto Ierusalimschy c6f7181e91 No more LUA_ERRGCMM errors 6 years ago
Roberto Ierusalimschy e8c779736f Removed internal cache for closures 6 years ago
Roberto Ierusalimschy bd96330d03 First "complete" implementation of to-be-closed variables 6 years ago
Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables 6 years ago
Roberto Ierusalimschy ccae0f5aad Comments about OLD0/OLD1 ages 6 years ago