Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -12/+3 | |
| | ||||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -3/+3 | |
| | ||||||
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -11/+11 | |
| | | | | of objects. | |||||
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 | |
| | | | | for C closures...) | |||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -21/+15 | |
| | ||||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -10/+21 | |
| | ||||||
* | Garbage Collector | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+295 | |