Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Auxiliary functions from Debug Interface module | Roberto Ierusalimschy | 2000-01-14 | 1 | -0/+19 |
* | details | Roberto Ierusalimschy | 2000-01-13 | 3 | -9/+9 |
* | better separation between debug code and regular code | Roberto Ierusalimschy | 2000-01-13 | 1 | -53/+61 |
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 3 | -48/+58 |
* | `exp' is "reserved word" in Visual-C++ ;-) | Roberto Ierusalimschy | 2000-01-12 | 1 | -10/+10 |
* | details (error messages) | Roberto Ierusalimschy | 2000-01-10 | 1 | -5/+5 |
* | bug: cannot reopen stdin (for binary mode) | Roberto Ierusalimschy | 1999-12-30 | 2 | -10/+22 |
* | details | Roberto Ierusalimschy | 1999-12-30 | 2 | -20/+27 |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 6 | -30/+41 |
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+6 |
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -4/+7 |
* | details. | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+2 |
* | return gives wrong line in debug information. | Roberto Ierusalimschy | 1999-12-29 | 1 | -0/+6 |
* | bug: return gives wrong line in debug information. | Roberto Ierusalimschy | 1999-12-29 | 1 | -2/+3 |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 6 | -520/+658 |
* | details | Roberto Ierusalimschy | 1999-12-29 | 1 | -28/+37 |
* | details. | Roberto Ierusalimschy | 1999-12-28 | 2 | -5/+5 |
* | better error messages | Roberto Ierusalimschy | 1999-12-28 | 2 | -41/+48 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 20 | -65/+65 |