Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more 'globalbag' | Roberto Ierusalimschy | 1997-11-27 | 1 | -2/+1 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -41/+33 |
* | "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 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 |
* | 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 |