summaryrefslogtreecommitdiff
path: root/src/lj_trace.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.Mike Pall2010-02-051-5/+5
|
* Clean up frame depth checks and loop detection.Mike Pall2010-02-031-1/+2
|
* Add extra check to suppress hotcall event during recording.Mike Pall2010-02-031-2/+3
|
* Don't modify jit_State and exit counters while in vmevent.Mike Pall2010-01-281-15/+16
| | | | Fixes crash with hot loop in TEXIT callback which cleared J->parent.
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-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 Pall2010-01-251-4/+4
| | | | Preparatory work for compressed snapshots.
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Define CFRAME structure for x64 interpreter.Mike Pall2009-12-281-1/+1
|
* Use fastcall for remaining 1-arg/2-arg calls from interpreter.Mike Pall2009-12-271-2/+2
| | | | Simplifies conversion to x64 calling conventions.
* Adapt primary inbound calls in x64 interpreter.Mike Pall2009-12-171-1/+1
| | | | Change argument order for lj_vm_cpcall() to simplify x64 interpreter.
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-34/+48
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+591