Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+157 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -110/+0 |
* | some bugs related to stack reallocation | Roberto Ierusalimschy | 2005-08-24 | 1 | -2/+4 |
* | small bug (type error) | Roberto Ierusalimschy | 2005-06-07 | 1 | -7/+6 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -10/+10 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 1 | -6/+6 |
* | cleaner way to free all objects | Roberto Ierusalimschy | 2005-02-10 | 1 | -5/+9 |
* | better control over GC collors of upvalues | Roberto Ierusalimschy | 2005-01-19 | 1 | -1/+2 |
* | bug: barrier was wrong for generational phase | Roberto Ierusalimschy | 2004-09-15 | 1 | -1/+5 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 1 | -6/+7 |
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 1 | -8/+9 |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 1 | -1/+5 |
* | better way to control open upvalues | Roberto Ierusalimschy | 2004-03-15 | 1 | -2/+3 |
* | new (temporary?) API for garbage collector | Roberto Ierusalimschy | 2004-03-09 | 1 | -1/+2 |
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -2/+2 |
* | atomic operations are not GC "states" | Roberto Ierusalimschy | 2003-12-12 | 1 | -7/+5 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -5/+5 |
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -3/+22 |
* | sweep of strings also incremental | Roberto Ierusalimschy | 2003-12-04 | 1 | -3/+4 |
* | two different white flags (to distinguish dead elements from new ones) | Roberto Ierusalimschy | 2003-12-03 | 1 | -9/+12 |
* | incremental GC phases | Roberto Ierusalimschy | 2003-12-01 | 1 | -2/+12 |
* | initial implementation of white/gray/black coloring | Roberto Ierusalimschy | 2003-11-19 | 1 | -4/+11 |
* | towards incremental GC | Roberto Ierusalimschy | 2003-11-18 | 1 | -4/+4 |
* | cleaner code for manipulation of `marked' field | Roberto Ierusalimschy | 2003-11-17 | 1 | -1/+30 |
* | bug: userdata to be collected still counts into new GC threshold, | Roberto Ierusalimschy | 2003-07-29 | 1 | -2/+2 |
* | new way to control `pc' of running functions | Roberto Ierusalimschy | 2003-07-16 | 1 | -3/+3 |
* | bug: GC metamethod calls could mess C/Lua stack syncronization | Roberto Ierusalimschy | 2003-02-28 | 1 | -3/+3 |
* | resist errors in finalizers during lua_close | Roberto Ierusalimschy | 2003-02-10 | 1 | -2/+3 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 2002-11-25 | 1 | -2/+2 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -1/+2 |
* | names... | Roberto Ierusalimschy | 2002-08-16 | 1 | -2/+2 |
* | simpler way to collect userdata | Roberto Ierusalimschy | 2001-12-10 | 1 | -1/+1 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -2/+2 |
* | resurect userdata before calling its GC tag method | Roberto Ierusalimschy | 2001-06-21 | 1 | -3/+2 |
* | more robust treatment of GC tag methods (now they can create new | Roberto Ierusalimschy | 2001-06-12 | 1 | -1/+3 |
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -2/+5 |
* | loop of 'dostring' may never reclaim memory | Roberto Ierusalimschy | 2001-02-02 | 1 | -1/+2 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -3/+3 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -5/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+3 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -3/+1 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -2/+2 |
* | Garbage Collector | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+21 |