Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small refactoring. | Roberto Ierusalimschy | 2000-03-24 | 1 | -25/+23 | |
* | SETLINEs for reserved words, too. | Roberto Ierusalimschy | 2000-03-24 | 1 | -39/+45 | |
* | message detail | Roberto Ierusalimschy | 2000-03-22 | 1 | -2/+2 | |
* | new option `-s' + argv ends with NULL (so we don't need argc). | Roberto Ierusalimschy | 2000-03-20 | 1 | -33/+48 | |
* | better(?) treatment for SETLINE + while optimization is too complex for | Roberto Ierusalimschy | 2000-03-20 | 1 | -34/+14 | |
* | better(?) treatment for SETLINE | Roberto Ierusalimschy | 2000-03-20 | 1 | -9/+5 | |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 5 | -67/+57 | |
* | new implementation for handling I/O tags + setglobal TM for tracing | Roberto Ierusalimschy | 2000-03-20 | 1 | -120/+136 | |
* | optimization for "while 1" and "repeat until nil" | Roberto Ierusalimschy | 2000-03-17 | 1 | -3/+18 | |
* | small changes | Roberto Ierusalimschy | 2000-03-17 | 2 | -93/+101 | |
* | small optimization for i..'' | Roberto Ierusalimschy | 2000-03-17 | 1 | -8/+4 | |
* | detail | Roberto Ierusalimschy | 2000-03-16 | 1 | -2/+2 | |
* | more information about memory use | Roberto Ierusalimschy | 2000-03-16 | 3 | -3/+7 | |
* | small problems with limits and jumps | Roberto Ierusalimschy | 2000-03-16 | 2 | -11/+35 | |
* | details. | Roberto Ierusalimschy | 2000-03-15 | 3 | -6/+5 | |
* | details | Roberto Ierusalimschy | 2000-03-13 | 5 | -275/+289 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 30 | -634/+635 | |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 4 | -50/+89 | |
* | comment detail. | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 | |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 6 | -144/+371 | |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 6 | -75/+105 | |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 6 | -192/+218 | |
* | details | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 | |
* | maybe a concat right associative allows some optimizations... | Roberto Ierusalimschy | 2000-03-03 | 1 | -7/+7 | |
* | change of code generation design (independent functions for each opcode) | Roberto Ierusalimschy | 2000-03-03 | 5 | -188/+180 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 32 | -293/+280 | |
* | new algorithm to parse expressions + distribution of code between lparser | Roberto Ierusalimschy | 2000-03-03 | 4 | -362/+371 | |
* | lua_settable should check stack space (it could call a T.M.) | Roberto Ierusalimschy | 2000-03-02 | 1 | -0/+6 | |
* | comments | Roberto Ierusalimschy | 2000-03-02 | 1 | -6/+8 | |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 6 | -79/+68 | |
* | it is better to control stack space where it is needed. | Roberto Ierusalimschy | 2000-02-22 | 1 | -4/+1 | |
* | first version of code optimizer | Roberto Ierusalimschy | 2000-02-22 | 5 | -270/+312 | |
* | code generator (and optimizer) for Lua | Roberto Ierusalimschy | 2000-02-22 | 2 | -0/+115 | |
* | there is no need to use shorts... | Roberto Ierusalimschy | 2000-02-21 | 1 | -4/+4 | |
* | details | Roberto Ierusalimschy | 2000-02-21 | 1 | -3/+3 | |
* | need "string.h" to use "strchr". | Roberto Ierusalimschy | 2000-02-21 | 1 | -1/+2 | |
* | nobody uses memmove any more. | Roberto Ierusalimschy | 2000-02-17 | 2 | -25/+2 | |
* | must include a definition for NULL | Roberto Ierusalimschy | 2000-02-17 | 1 | -1/+3 | |
* | new version for INSTRUCTION formats | Roberto Ierusalimschy | 2000-02-14 | 4 | -433/+293 | |
* | removing implementation for better error messages (must rethink it...) | Roberto Ierusalimschy | 2000-02-11 | 5 | -102/+25 | |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 15 | -65/+69 | |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 7 | -79/+79 | |
* | only need to reset buffer for strings, numbers, and names. | Roberto Ierusalimschy | 2000-01-26 | 1 | -3/+7 | |
* | performance details. | Roberto Ierusalimschy | 2000-01-25 | 4 | -133/+146 | |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 7 | -80/+86 | |
* | keep `top' in registers when running basic tasks (settable, getglobal, ...) | Roberto Ierusalimschy | 2000-01-24 | 3 | -64/+56 | |
* | error in call must be propagated | Roberto Ierusalimschy | 2000-01-24 | 1 | -2/+2 | |
* | small optimizations (relational operators) | Roberto Ierusalimschy | 2000-01-19 | 3 | -40/+80 | |
* | new debug API | Roberto Ierusalimschy | 2000-01-19 | 1 | -5/+5 | |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 13 | -309/+287 |