Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details | Roberto Ierusalimschy | 2000-04-19 | 1 | -3/+3 |
* | simpler version of `luaK_tostack' | Roberto Ierusalimschy | 2000-04-17 | 1 | -40/+25 |
* | better code organization | Roberto Ierusalimschy | 2000-04-14 | 1 | -67/+133 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -23/+5 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -3/+5 |
* | reorganization of lcode.c | Roberto Ierusalimschy | 2000-04-07 | 1 | -227/+233 |
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 1 | -16/+39 |
* | new optimization: jumps to jumps | Roberto Ierusalimschy | 2000-04-06 | 1 | -4/+18 |
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -50/+42 |
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 1 | -31/+58 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
* | small refactoring. | Roberto Ierusalimschy | 2000-03-24 | 1 | -25/+23 |
* | better(?) treatment for SETLINE | Roberto Ierusalimschy | 2000-03-20 | 1 | -9/+5 |
* | optimization for "while 1" and "repeat until nil" | Roberto Ierusalimschy | 2000-03-17 | 1 | -3/+18 |
* | small changes | Roberto Ierusalimschy | 2000-03-17 | 1 | -86/+96 |
* | small problems with limits and jumps | Roberto Ierusalimschy | 2000-03-16 | 1 | -10/+13 |
* | details. | Roberto Ierusalimschy | 2000-03-15 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-03-13 | 1 | -185/+181 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -86/+86 |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -43/+75 |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -49/+241 |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -1/+11 |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -62/+98 |
* | details | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 1 | -123/+100 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 1 | -1/+190 |
* | code generator (and optimizer) for Lua | Roberto Ierusalimschy | 2000-02-22 | 1 | -0/+96 |