Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -4/+6 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+1 |
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -1/+5 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -4/+3 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -3/+2 |
* | better identification of types which are tags | Roberto Ierusalimschy | 1997-10-16 | 1 | -4/+3 |
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+10 |
* | Some generic functions over Lua objects | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+68 |