| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement down-recursion. | Mike Pall | 2010-03-01 | 1 | -5/+2 |
| | | |||||
| * | Update trace recorder infrastructure for hot calls. | Mike Pall | 2010-02-18 | 1 | -1/+2 |
| | | |||||
| * | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 2010-02-16 | 1 | -2/+4 |
| | | |||||
| * | Split CALL/FUNC recording. | Mike Pall | 2010-02-16 | 1 | -3/+8 |
| | | | | | | | | | Record __call resolving and specialization for CALL* bytecodes. Record argument adjustment and fast functions for FUNC* bytecodes. Avoids all pending/immediate decisions for chained fast functions. Cleaner semantics for pcall(), xpcall() and __tostring metamethod. Prerequisite to drop the shadow frame link stack again. | ||||
| * | Use a different marker for hot calls. | Mike Pall | 2010-02-15 | 1 | -2/+3 |
| | | |||||
| * | Minor cleanup of trace event handling. | Mike Pall | 2010-02-15 | 1 | -4/+1 |
| | | |||||
| * | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -6/+32 |
| | | |||||
| * | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -20/+89 |
| | | |||||
| * | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -20/+42 |
| | | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | ||||
| * | Move dispatch tables out of GG_State struct. | Mike Pall | 2010-02-11 | 1 | -2/+4 |
| | | |||||
| * | Redesign of prototype generation, part 5: colocation of protoype arrays. | Mike Pall | 2010-02-08 | 1 | -1/+1 |
| | | |||||
| * | Move bytecode offsets from lj_vm.* to generated header. | Mike Pall | 2010-02-05 | 1 | -4/+4 |
| | | |||||
| * | 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo. | Mike Pall | 2010-02-05 | 1 | -3/+3 |
| | | |||||
| * | 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k. | Mike Pall | 2010-02-05 | 1 | -3/+3 |
| | | |||||
| * | Reset the hotcount table after a JIT off to on transition. | Mike Pall | 2010-02-04 | 1 | -0/+16 |
| | | |||||
| * | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | | |||||
| * | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -3/+4 |
| | | | | | | | Get number of multiple results from C frame. Add lj_cont_hook: restores multres and dispatch to static ins. Can use fastcall for lj_dispatch_ins() now. | ||||
| * | Define CFRAME structure for x64 interpreter. | Mike Pall | 2009-12-28 | 1 | -2/+3 |
| | | |||||
| * | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -2/+15 |
| | | |||||
| * | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+284 |
