Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -13/+19 |
* | code check for upvalues | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+1 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -8/+7 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -1/+7 |
* | better control over extensions of char/short to int | Roberto Ierusalimschy | 2000-11-30 | 1 | -4/+4 |
* | details | Roberto Ierusalimschy | 2000-10-09 | 1 | -4/+4 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+1 |
* | comments | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -4/+3 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -2/+1 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -1/+3 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -1/+2 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -3/+1 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -1/+2 |
* | accepts `$debug' in the middle of a function. | Roberto Ierusalimschy | 2000-05-25 | 1 | -2/+2 |
* | new optimization: jumps to jumps | Roberto Ierusalimschy | 2000-04-06 | 1 | -1/+2 |
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -4/+3 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -32/+1 |
* | details | Roberto Ierusalimschy | 2000-03-13 | 1 | -1/+5 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -4/+4 |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -4/+10 |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -15/+4 |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 1 | -11/+17 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -6/+6 |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 1 | -10/+8 |
* | first version of code optimizer | Roberto Ierusalimschy | 2000-02-22 | 1 | -1/+73 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -5/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 |
* | "zio" now keeps its "name". | Roberto Ierusalimschy | 1997-12-22 | 1 | -2/+2 |
* | Syntax analizer and code generator | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+20 |