Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no need of "emergency error"... | Roberto Ierusalimschy | 1997-11-03 | 1 | -20/+3 |
| | |||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -44/+51 |
| | |||||
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -5/+5 |
| | | | | of objects. | ||||
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 |
| | | | | for C closures...) | ||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+3 |
| | |||||
* | Stack and Call structure of Lua | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+415 |