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