Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Untangle some target dependencies. | Mike Pall | 2010-08-03 | 11 | -110/+114 | |
| | ||||||
* | Use FuncState typedef in favor of struct. | Mike Pall | 2010-08-03 | 1 | -1/+1 | |
| | ||||||
* | Speed up string compares in string interning. | Mike Pall | 2010-07-21 | 2 | -6/+51 | |
| | ||||||
* | Switch to fast string hash. | Mike Pall | 2010-07-21 | 4 | -7/+25 | |
| | ||||||
* | Abstract out pointer hash to hashrot(). Tune hash constants. | Mike Pall | 2010-07-21 | 4 | -32/+32 | |
| | ||||||
* | Use independent hash for VM event dispatch. | Mike Pall | 2010-07-21 | 2 | -5/+8 | |
| | ||||||
* | Fix arg check for two-arg SSE math functions in interpreter. | Mike Pall | 2010-07-14 | 4 | -19/+19 | |
| | ||||||
* | Fix passing of constant args in FPRs on x64. | Mike Pall | 2010-07-14 | 1 | -1/+1 | |
| | ||||||
* | Rechain pseudo-resurrected string keys with colliding hashes. | Mike Pall | 2010-07-04 | 1 | -0/+12 | |
| | ||||||
* | Do not eliminate PHIs for values only referenced from side exits. | Mike Pall | 2010-06-30 | 1 | -23/+28 | |
| | ||||||
* | Fix frame setup for error handling in next(). | Mike Pall | 2010-06-28 | 4 | -2614/+2616 | |
| | ||||||
* | Fallback to metamethod resolving for tostring in print(). | Mike Pall | 2010-06-16 | 1 | -2/+9 | |
| | ||||||
* | Fix string.char() range check on x64. | Mike Pall | 2010-05-30 | 4 | -2094/+2095 | |
| | ||||||
* | Canonicalize string conversion of nan, inf, -inf. | Mike Pall | 2010-05-20 | 4 | -12/+42 | |
| | ||||||
* | Fix handling of failed fp:read(..., "*n"). | Mike Pall | 2010-05-15 | 1 | -0/+1 | |
| | ||||||
* | Avoid name clash with standard POSIX function. | Mike Pall | 2010-05-09 | 1 | -6/+6 | |
| | ||||||
* | Avoid string allocation in GDB JIT API. | Mike Pall | 2010-05-09 | 2 | -8/+11 | |
| | ||||||
* | Add weak guards. Emit TNEW/TDUP with a guard bit. | Mike Pall | 2010-05-08 | 5 | -63/+63 | |
| | ||||||
* | Create symbol table of JIT-compiled code for use with Linux perf tools. | Mike Pall | 2010-05-01 | 1 | -0/+41 | |
| | | | | Enable with: -DLUAJIT_USE_PERFTOOLS | |||||
* | Fix PHI elimination: mark right PHI as used, too. | Mike Pall | 2010-04-28 | 1 | -1/+5 | |
| | ||||||
* | Turn TValue setter macros into inline functions. | Mike Pall | 2010-04-26 | 5 | -118/+127 | |
| | ||||||
* | Treat the tag of a TValue as unsigned everywhere. | Mike Pall | 2010-04-25 | 7 | -40/+39 | |
| | ||||||
* | Avoid starting a GC cycle immediately after library init. | Mike Pall | 2010-04-25 | 2 | -2/+2 | |
| | ||||||
* | Fix TNEW in x64 interpreter. Do not force a full GC (ouch). | Mike Pall | 2010-04-25 | 4 | -359/+346 | |
| | ||||||
* | Make metamethod names proper GC roots. | Mike Pall | 2010-04-25 | 12 | -29/+26 | |
| | ||||||
* | Reorganize and fix placement of generated machine code on x64. | Mike Pall | 2010-04-25 | 1 | -53/+57 | |
| | ||||||
* | Simplify management of current trace. Drop lazy save. | Mike Pall | 2010-04-25 | 7 | -79/+80 | |
| | ||||||
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 24 | -201/+193 | |
| | ||||||
* | Simplify lexer a bit. | Mike Pall | 2010-04-24 | 1 | -14/+12 | |
| | ||||||
* | Add assertions to guard against using lua_*call on dead coroutines. | Mike Pall | 2010-04-23 | 1 | -3/+6 | |
| | ||||||
* | Avoid compiler warning. | Mike Pall | 2010-04-23 | 1 | -1/+1 | |
| | ||||||
* | No longer let the GC replace dead keys with the LJ_TDEADKEY tag. | Mike Pall | 2010-04-21 | 13 | -43/+65 | |
| | | | | | | | | Important: this changes the semantics of the write barrier! Carefully read the big comment block in lj_obj.h This helps HREFK key slot specialization and allows safely hoisting HREF/HREFK across GC steps, too (fix for a barely reproducible bug). Dead keys are only removed during a table resize (as before). | |||||
* | Simplify GC step calls from on-trace code. | Mike Pall | 2010-04-19 | 3 | -41/+32 | |
| | ||||||
* | Replace on-trace GC frame syncing with interpreter exit. | Mike Pall | 2010-04-19 | 11 | -1906/+1885 | |
| | | | | | | | Need to sync GC objects to stack only during atomic GC phase. Need to setup a proper frame structure only for calling finalizers. Force an exit to the interpreter and let it handle the uncommon cases. Finally solves the "NYI: gcstep sync with frames" issue. | |||||
* | Refactor buildvm symbol generation. | Mike Pall | 2010-04-14 | 8 | -324/+203 | |
| | | | | Fixes Windows and OSX builds with LUAJIT_DISABLE_JIT. | |||||
* | Fix setup of RD when dispatching to function headers after exit. | Mike Pall | 2010-04-09 | 7 | -1803/+1820 | |
| | ||||||
* | Don't copy SNAP_NORESTORE mark into loops and suppress restore in exit. | Mike Pall | 2010-04-08 | 2 | -2/+2 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta4v2.0.0-beta4 | Mike Pall | 2010-03-28 | 9 | -24/+34 | |
| | ||||||
* | Update changelog. | Mike Pall | 2010-03-28 | 1 | -0/+2 | |
| | ||||||
* | Fold HREF of TNEW/TDUP to niltv. Fold HLOAD of niltv to nil. | Mike Pall | 2010-03-28 | 4 | -2/+64 | |
| | ||||||
* | Generate EQ(HREF, niltv) for load path, too (better CSE). | Mike Pall | 2010-03-28 | 1 | -1/+7 | |
| | ||||||
* | Also merge EQ(HREF, niltv) in backend. | Mike Pall | 2010-03-28 | 1 | -4/+10 | |
| | ||||||
* | Only fuse with spill slots for cross-section references. | Mike Pall | 2010-03-28 | 1 | -1/+1 | |
| | ||||||
* | Fix precondition check for NEWREF. | Mike Pall | 2010-03-28 | 1 | -2/+2 | |
| | | | | A check for nil value is not enough. Must check for ptr == niltv. | |||||
* | Pass MULTRES or negated error code in RD to lj_vm_exit_interp. | Mike Pall | 2010-03-23 | 6 | -1839/+1822 | |
| | | | | Fixes overwrite of saved r12 after trace exit. | |||||
* | Move colocated array part after GCtab (now properly aligned). | Mike Pall | 2010-03-22 | 3 | -25/+17 | |
| | ||||||
* | Move free node pos to t->node[0].freetop. Saves 4 bytes in GCtab. | Mike Pall | 2010-03-22 | 3 | -55/+38 | |
| | ||||||
* | Avoid snapshots for returns to known callers. | Mike Pall | 2010-03-21 | 1 | -2/+2 | |
| | ||||||
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 8 | -1/+18 | |
| | ||||||
* | Increase max. fusion distance. | Mike Pall | 2010-03-19 | 1 | -1/+1 | |
| |