Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 1998-01-28 | 1 | -17/+17 |
| | |||||
* | small optimizations (?) | Roberto Ierusalimschy | 1998-01-13 | 1 | -2/+3 |
| | |||||
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 1 | -5/+5 |
| | |||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+8 |
| | |||||
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -2/+2 |
| | |||||
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -8/+6 |
| | |||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -4/+1 |
| | |||||
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -6/+11 |
| | | | | of objects. | ||||
* | macro "val" should live together with macro "ref". | Roberto Ierusalimschy | 1997-10-18 | 1 | -2/+1 |
| | |||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -11/+3 |
| | |||||
* | Lua tables (hash) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+218 |