Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new way to distinguish between indexing tables in registers and | Roberto Ierusalimschy | 2010-07-07 | 1 | -16/+12 | |
| | | | | | tables in upvalues (+ fixed small bug when checking conflicts in multiple assignments) | |||||
* | better organization for fields in struct 'expdesc' | Roberto Ierusalimschy | 2010-07-02 | 1 | -42/+43 | |
| | ||||||
* | typo in comments | Roberto Ierusalimschy | 2010-06-30 | 1 | -3/+3 | |
| | ||||||
* | better line numbers for function calls and unary/binary operators + | Roberto Ierusalimschy | 2010-04-17 | 1 | -8/+11 | |
| | | | | null statement + no more "ambiguous syntax" restriction | |||||
* | first version of _ENV; no more global variables | Roberto Ierusalimschy | 2010-03-12 | 1 | -12/+2 | |
| | ||||||
* | new instructions to optimize indexing on upvalues | Roberto Ierusalimschy | 2010-02-26 | 1 | -2/+20 | |
| | ||||||
* | added casts from int to enumerations to follow C++ rules | Roberto Ierusalimschy | 2010-01-11 | 1 | -4/+4 | |
| | ||||||
* | limit of constants per function changed to 2^26 using extra arguments | Roberto Ierusalimschy | 2009-09-23 | 1 | -49/+54 | |
| | | | | to opcodes LOADK, GETGLOBAL, and SETGLOBAL | |||||
* | "stange numbers" (-0 and NaN) also go to the constant table (as | Roberto Ierusalimschy | 2009-08-10 | 1 | -16/+29 | |
| | | | | | strings with their binary representation). Therefore, constant folding may produce these results. | |||||
* | small optimization (reorder of BinOpr enum to unify some cases | Roberto Ierusalimschy | 2009-06-18 | 1 | -13/+14 | |
| | | | | in switches) | |||||
* | constant folding uses 'luaO_arith' to perform basic operations | Roberto Ierusalimschy | 2009-06-17 | 1 | -17/+5 | |
| | ||||||
* | BUG: "(((1 or false) and true) or false)" gives wrong result | Roberto Ierusalimschy | 2009-06-15 | 1 | -9/+15 | |
| | ||||||
* | new function 'luaK_codek' (detail) | Roberto Ierusalimschy | 2009-06-10 | 1 | -3/+11 | |
| | ||||||
* | avoid constant folding for -0 (to avoid it colapsing to 0) | Roberto Ierusalimschy | 2008-04-07 | 1 | -3/+3 | |
| | ||||||
* | SETLIST extra argument now is an "instruction" (OP_EXTRAARG) | Roberto Ierusalimschy | 2008-04-02 | 1 | -3/+11 | |
| | ||||||
* | bug: code generated for "-nil", "-true", and "-false" is wrong | Roberto Ierusalimschy | 2007-05-04 | 1 | -6/+7 | |
| | ||||||
* | no more optimization to avoid LOADNIL at function start | Roberto Ierusalimschy | 2007-03-27 | 1 | -3/+1 | |
| | ||||||
* | bug: wrong code when constant is coded after it should be | Roberto Ierusalimschy | 2007-03-09 | 1 | -9/+22 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-10-10 | 1 | -6/+6 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-09-22 | 1 | -2/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2006-09-14 | 1 | -4/+4 | |
| | ||||||
* | little better error messages for internal arrays overflows | Roberto Ierusalimschy | 2006-09-14 | 1 | -5/+4 | |
| | ||||||
* | macros luai_num* take a state L (when available) as argument, to allow | Roberto Ierusalimschy | 2006-08-07 | 1 | -9/+9 | |
| | | | | them to generate errors (and other facilities) | |||||
* | details | Roberto Ierusalimschy | 2006-06-22 | 1 | -11/+15 | |
| | ||||||
* | BUG: should copy the union, not (some of) its fields | Roberto Ierusalimschy | 2006-03-21 | 1 | -8/+6 | |
| | ||||||
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -5/+5 | |
| | ||||||
* | new macro luai_numisnan | Roberto Ierusalimschy | 2005-11-25 | 1 | -2/+2 | |
| | ||||||
* | 'mod' may also raise an error when applied to zero | Roberto Ierusalimschy | 2005-11-16 | 1 | -2/+4 | |
| | ||||||
* | more privacy | Roberto Ierusalimschy | 2005-11-08 | 1 | -3/+3 | |
| | ||||||
* | no more L in numer-operator macros (some functions that use those macros | Roberto Ierusalimschy | 2005-10-24 | 1 | -13/+13 | |
| | | | | have no access to L) | |||||
* | small optimization | Roberto Ierusalimschy | 2005-10-13 | 1 | -15/+12 | |
| | ||||||
* | constant folding optimizations | Roberto Ierusalimschy | 2005-10-09 | 1 | -93/+134 | |
| | ||||||
* | small optimization for local declarations without initializations | Roberto Ierusalimschy | 2005-09-30 | 1 | -9/+12 | |
| | ||||||
* | new method to handle tests without values (negative values) | Roberto Ierusalimschy | 2005-08-29 | 1 | -30/+39 | |
| | ||||||
* | new coding for while and repeat (with new scoping for repeat) | Roberto Ierusalimschy | 2005-08-17 | 1 | -5/+5 | |
| | ||||||
* | small bug (type error) | Roberto Ierusalimschy | 2005-06-07 | 1 | -2/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -4/+4 | |
| | ||||||
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 1 | -9/+22 | |
| | ||||||
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 1 | -2/+2 | |
| | ||||||
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 | |
| | | | | must have a lua/LUA prefix). | |||||
* | macros for all arithmetic operations over lua_Numbers | Roberto Ierusalimschy | 2005-01-10 | 1 | -2/+2 | |
| | ||||||
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -25/+25 | |
| | ||||||
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -3/+26 | |
| | ||||||
* | small correction (less conservative write barrier for tables) | Roberto Ierusalimschy | 2004-08-24 | 1 | -2/+2 | |
| | ||||||
* | small bug | Roberto Ierusalimschy | 2004-07-16 | 1 | -2/+2 | |
| | ||||||
* | new way to code RK values | Roberto Ierusalimschy | 2004-06-29 | 1 | -5/+5 | |
| | ||||||
* | new way to use `vararg' parameters (with `...') | Roberto Ierusalimschy | 2004-05-31 | 1 | -7/+21 | |
| | ||||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 | |
| | ||||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -11/+13 | |
| | | | | for incremental garbage collection | |||||
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -2/+4 | |
| |