Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update trace recorder infrastructure for hot calls. | Mike Pall | 2010-02-18 | 1 | -5/+5 | |
| | ||||||
* | Improve error reporting for traces aborted in non-Lua functions. | Mike Pall | 2010-02-15 | 1 | -2/+13 | |
| | ||||||
* | Change record vmevent parameters. Dump function id on FUNC*. | Mike Pall | 2010-02-15 | 1 | -12/+6 | |
| | ||||||
* | Add generic function handling for debug modules. | Mike Pall | 2010-02-15 | 1 | -12/+13 | |
| | | | | Don't call record vmevent for non-Lua functions. | |||||
* | Minor cleanup of trace event handling. | Mike Pall | 2010-02-15 | 1 | -28/+27 | |
| | ||||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -5/+3 | |
| | | | | | | | | | | | 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. | |||||
* | 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k. | Mike Pall | 2010-02-05 | 1 | -5/+5 | |
| | ||||||
* | Clean up frame depth checks and loop detection. | Mike Pall | 2010-02-03 | 1 | -1/+2 | |
| | ||||||
* | Add extra check to suppress hotcall event during recording. | Mike Pall | 2010-02-03 | 1 | -2/+3 | |
| | ||||||
* | Don't modify jit_State and exit counters while in vmevent. | Mike Pall | 2010-01-28 | 1 | -15/+16 | |
| | | | | Fixes crash with hot loop in TEXIT callback which cleared J->parent. | |||||
* | Compress snapshots using a simple, extensible 1D-compression. | Mike Pall | 2010-01-26 | 1 | -3/+2 | |
| | | | | | | Typically reduces storage overhead for snapshot maps by 60%. The extensible format is a prerequisite for the next redesign steps: Eliminate IR_FRAME and implement return-to-lower-frame. | |||||
* | Use dedicated type for snapshot map entry. | Mike Pall | 2010-01-25 | 1 | -4/+4 | |
| | | | | Preparatory work for compressed snapshots. | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 | |
| | ||||||
* | Define CFRAME structure for x64 interpreter. | Mike Pall | 2009-12-28 | 1 | -1/+1 | |
| | ||||||
* | Use fastcall for remaining 1-arg/2-arg calls from interpreter. | Mike Pall | 2009-12-27 | 1 | -2/+2 | |
| | | | | Simplifies conversion to x64 calling conventions. | |||||
* | Adapt primary inbound calls in x64 interpreter. | Mike Pall | 2009-12-17 | 1 | -1/+1 | |
| | | | | Change argument order for lj_vm_cpcall() to simplify x64 interpreter. | |||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -34/+48 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+591 | |