Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small optimization for i..'' | Roberto Ierusalimschy | 2000-03-17 | 1 | -8/+4 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -103/+103 | |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -1/+2 | |
* | first implementation of "threaded code" for boolean operations | Roberto Ierusalimschy | 2000-03-09 | 1 | -36/+41 | |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -33/+43 | |
* | a better way to control optimizations. | Roberto Ierusalimschy | 2000-03-04 | 1 | -4/+4 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -9/+7 | |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -50/+27 | |
* | first version of code optimizer | Roberto Ierusalimschy | 2000-02-22 | 1 | -2/+18 | |
* | new version for INSTRUCTION formats | Roberto Ierusalimschy | 2000-02-14 | 1 | -134/+97 | |
* | removing implementation for better error messages (must rethink it...) | Roberto Ierusalimschy | 2000-02-11 | 1 | -18/+9 | |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -3/+3 | |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -17/+17 | |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -16/+21 | |
* | keep `top' in registers when running basic tasks (settable, getglobal, ...) | Roberto Ierusalimschy | 2000-01-24 | 1 | -53/+43 | |
* | small optimizations (relational operators) | Roberto Ierusalimschy | 2000-01-19 | 1 | -32/+74 | |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+3 | |
* | little change when calling tag methods | Roberto Ierusalimschy | 2000-01-13 | 1 | -24/+39 | |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -1/+3 | |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -13/+25 | |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -7/+7 | |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -3/+6 | |
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -15/+6 | |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 | |
* | comments | Roberto Ierusalimschy | 1999-12-09 | 1 | -5/+4 | |
* | `optimization' doesn't seem to make any difference... | Roberto Ierusalimschy | 1999-12-06 | 1 | -16/+10 | |
* | details. | Roberto Ierusalimschy | 1999-12-06 | 1 | -9/+12 | |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -173/+178 | |
* | details | Roberto Ierusalimschy | 1999-11-30 | 1 | -3/+5 | |
* | new way to code CALLs + passing multiple arguments between function calls | Roberto Ierusalimschy | 1999-11-25 | 1 | -8/+3 | |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -111/+113 | |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -10/+10 | |
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -3/+3 | |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+2 | |
* | remove of some useless #includes | Roberto Ierusalimschy | 1999-09-17 | 1 | -5/+1 | |
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -15/+2 | |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -21/+18 | |
* | details | Roberto Ierusalimschy | 1999-08-10 | 1 | -18/+19 | |
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 1 | -3/+3 | |
* | some C compilers cannot initialize a local struct | Roberto Ierusalimschy | 1999-05-21 | 1 | -7/+9 | |
* | better control of stack size (only for DEBUG). | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 | |
* | details. | Roberto Ierusalimschy | 1999-04-13 | 1 | -3/+6 | |
* | no more assignment expressions (they don't fit in Lua...) | Roberto Ierusalimschy | 1999-03-10 | 1 | -31/+1 | |
* | new opcode TAILCALL | Roberto Ierusalimschy | 1999-03-05 | 1 | -13/+19 | |
* | details. | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 | |
* | better instrumentation for internal debugging | Roberto Ierusalimschy | 1999-02-24 | 1 | -1/+5 | |
* | LONGARGW (for completeness). | Roberto Ierusalimschy | 1999-02-23 | 1 | -3/+4 | |
* | new name for opcode | Roberto Ierusalimschy | 1999-02-09 | 1 | -3/+3 | |
* | small corrections in opcodes. | Roberto Ierusalimschy | 1999-02-09 | 1 | -4/+12 | |
* | assignment expression may be multiple | Roberto Ierusalimschy | 1999-02-08 | 1 | -11/+22 |