Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -13/+12 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | type details | Roberto Ierusalimschy | 2000-05-25 | 1 | -3/+4 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -16/+18 |
* | array `luaK_opproperties' keeps delta stack and mode for each opcode | Roberto Ierusalimschy | 2000-05-22 | 1 | -2/+2 |
* | first implementation of `for' over tables | Roberto Ierusalimschy | 2000-05-15 | 1 | -4/+33 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -21/+19 |
* | no more `register' declarations: leave it to the compiler. | Roberto Ierusalimschy | 2000-04-19 | 1 | -5/+5 |
* | optimization for SETLOCAL was too specific. | Roberto Ierusalimschy | 2000-04-14 | 1 | -3/+2 |
* | optimization INCLOCAL is not necessary, with `for' | Roberto Ierusalimschy | 2000-04-13 | 1 | -15/+3 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -1/+29 |
* | more optimizations | Roberto Ierusalimschy | 2000-04-07 | 1 | -20/+24 |
* | new opcode INCLOCAL. | Roberto Ierusalimschy | 2000-04-04 | 1 | -13/+28 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -22/+28 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -6/+6 |
* | 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 |