| Commit message (Expand) | Author | Files | Lines |
2010-02-24 | Fix type() implementation for x64 lightuserdata. | Mike Pall | 1 | -0/+12 |
2010-02-24 | Fix exit state for 64 bit mode. | Mike Pall | 3 | -9/+24 |
2010-02-23 | Randomize penalties for aborts and add blacklisting. | Mike Pall | 6 | -23/+50 |
2010-02-23 | Mark renamed registers as modified. | Mike Pall | 1 | -1/+2 |
2010-02-23 | Don't eliminate SLOAD restores across RETF. | Mike Pall | 3 | -6/+13 |
2010-02-22 | Do not patch parent exit for a stack check. | Mike Pall | 1 | -0/+8 |
2010-02-22 | Ensure function and all args have a reference for call recording. | Mike Pall | 1 | -11/+28 |
2010-02-22 | Fix TRef for (dummy) 2nd arg of __len metamethod. | Mike Pall | 1 | -1/+1 |
2010-02-22 | Back out history buffer for tailcall counts. | Mike Pall | 2 | -5/+3 |
2010-02-22 | Add region selection for up-recursion and tail-recursion. | Mike Pall | 3 | -4/+5 |
2010-02-21 | Refactor Lua stack handling in lj_asm.c. | Mike Pall | 1 | -104/+115 |
2010-02-21 | Eliminate redundant stack checks. Add checks for growing root traces. | Mike Pall | 2 | -8/+26 |
2010-02-19 | Rethrow errors from trace exit handling from the right C frame. | Mike Pall | 9 | -1679/+1719 |
2010-02-18 | Allow linking to already compiled functions. | Mike Pall | 2 | -8/+24 |
2010-02-18 | Use a limited history buffer for tailcall counts while recording. | Mike Pall | 2 | -14/+17 |
2010-02-18 | Adapt bytecode patching/unpatching for hot calls. | Mike Pall | 1 | -9/+6 |
2010-02-18 | Update trace recorder infrastructure for hot calls. | Mike Pall | 3 | -15/+17 |
2010-02-18 | Fix some uses of tref_isint(). | Mike Pall | 1 | -2/+2 |
2010-02-18 | Drop obsolete shadow frame link stack. | Mike Pall | 5 | -47/+38 |
2010-02-18 | Add more assertions to compare the recorder state and the VM state. | Mike Pall | 1 | -4/+31 |
2010-02-18 | Clear frame gaps in recorder to avoid resurrecting previous refs. | Mike Pall | 1 | -2/+6 |
2010-02-17 | Update docs and changelog. | Mike Pall | 3 | -18/+39 |
2010-02-16 | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 4 | -18/+27 |
2010-02-16 | Split CALL/FUNC recording. | Mike Pall | 2 | -447/+455 |
2010-02-15 | Improve error reporting for traces aborted in non-Lua functions. | Mike Pall | 1 | -2/+13 |
2010-02-15 | Change record vmevent parameters. Dump function id on FUNC*. | Mike Pall | 2 | -18/+18 |
2010-02-15 | Use a different marker for hot calls. | Mike Pall | 5 | -1081/+1097 |
2010-02-15 | Add generic function handling for debug modules. | Mike Pall | 4 | -48/+52 |
2010-02-15 | Minor cleanup of trace event handling. | Mike Pall | 5 | -37/+33 |
2010-02-15 | Add missing FORI coercions in recorder. | Mike Pall | 1 | -4/+13 |
2010-02-15 | Improve FOR loop const specialization and integerness checks. | Mike Pall | 2 | -34/+68 |
2010-02-14 | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 9 | -1450/+1493 |
2010-02-14 | Implement call hooks (zero-cost if disabled). | Mike Pall | 9 | -1583/+1693 |
2010-02-13 | Major redesign of function call handling. | Mike Pall | 34 | -4178/+4324 |
2010-02-12 | Extend scope of local vars in debug info beyond final return. | Mike Pall | 1 | -1/+1 |
2010-02-11 | Fix dump of bytecode instructions with missing operands. | Mike Pall | 1 | -4/+5 |
2010-02-11 | Move dispatch tables out of GG_State struct. | Mike Pall | 10 | -43/+45 |
2010-02-11 | Drop frame clearing in exit handling and JIT compiled code. | Mike Pall | 2 | -21/+1 |
2010-02-11 | Switch to pre-initialized stacks. Drop frame clearing in interpreter. | Mike Pall | 7 | -2686/+2697 |
2010-02-10 | Replace GCproto reference with bytecode PC in GCfuncL. | Mike Pall | 3 | -30/+32 |
2010-02-08 | Drop bc field in GCproto since the bytecode is colocated. | Mike Pall | 7 | -29/+23 |
2010-02-08 | Fix constructor bytecode generation for conditional values. | Mike Pall | 1 | -1/+1 |
2010-02-08 | Reduce whitespace in lj_bcdef.h. | Mike Pall | 1 | -4/+4 |
2010-02-08 | Redesign of prototype generation, part 5: colocation of protoype arrays. | Mike Pall | 10 | -129/+90 |
2010-02-08 | Redesign of prototype generation, part 4: late creation of prototype. | Mike Pall | 2 | -20/+20 |
2010-02-08 | Redesign of prototype generation, part 3: bc and lineinfo. | Mike Pall | 3 | -88/+109 |
2010-02-08 | Redesign of prototype generation, part 2: late init of chunkname. | Mike Pall | 2 | -5/+6 |
2010-02-08 | Redesign of prototype generation, part 1: varinfo and uvname. | Mike Pall | 6 | -96/+109 |
2010-02-06 | Major cleanup of bytecode parser. | Mike Pall | 1 | -1334/+1327 |
2010-02-06 | Update .gitignore. | Mike Pall | 1 | -0/+1 |