Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -3/+3 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -13/+15 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -3/+3 |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -102/+108 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -111/+113 |
* | small bug. | Roberto Ierusalimschy | 1997-10-27 | 1 | -3/+3 |
* | optimization to handle <a.x> (new opcode). | Roberto Ierusalimschy | 1997-10-24 | 1 | -1/+15 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -3/+3 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -14/+12 |
* | more uniform treatment to opcode variants. | Roberto Ierusalimschy | 1997-10-13 | 1 | -61/+84 |
* | jumps are relative to next instruction | Roberto Ierusalimschy | 1997-10-06 | 1 | -28/+28 |
* | all jumps have byte variants; WHILE optimization | Roberto Ierusalimschy | 1997-10-01 | 1 | -31/+33 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -11/+10 |
* | new opcode variants. | Roberto Ierusalimschy | 1997-09-24 | 1 | -30/+55 |
* | better way to cope with opcode variants | Roberto Ierusalimschy | 1997-09-22 | 1 | -53/+73 |
* | new way to code globals, using const table instead of putting global | Roberto Ierusalimschy | 1997-09-19 | 1 | -3/+11 |
* | small optimizations (bit scrubbing) | Roberto Ierusalimschy | 1997-09-19 | 1 | -115/+72 |
* | Lua virtual machine | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+655 |