aboutsummaryrefslogtreecommitdiff
path: root/src/lj_trace.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error location while recording metamethods.Mike Pall2010-12-151-1/+1
* Add IR_KINT64.Mike Pall2010-12-051-1/+1
* Record y = select(x, ...) idiom.Mike Pall2010-09-131-0/+1
* Create symbol table of JIT-compiled code for use with Linux perf tools.Mike Pall2010-05-011-0/+41
* Simplify management of current trace. Drop lazy save.Mike Pall2010-04-251-54/+57
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-100/+67
* Replace on-trace GC frame syncing with interpreter exit.Mike Pall2010-04-191-2/+6
* Fix setup of RD when dispatching to function headers after exit.Mike Pall2010-04-091-0/+2
* Pass MULTRES or negated error code in RD to lj_vm_exit_interp.Mike Pall2010-03-231-14/+10
* Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.Mike Pall2010-03-131-2/+18
* Implement down-recursion.Mike Pall2010-03-011-5/+57
* Make penalty PRNG available for general use by compiler.Mike Pall2010-02-261-9/+1
* Move SIMD constants to jit_State to keep them in the low 4GB.Mike Pall2010-02-241-0/+14
* Fix exit state for 64 bit mode.Mike Pall2010-02-241-1/+1
* Randomize penalties for aborts and add blacklisting.Mike Pall2010-02-231-9/+33
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-6/+28
* Adapt bytecode patching/unpatching for hot calls.Mike Pall2010-02-181-9/+6
* Update trace recorder infrastructure for hot calls.Mike Pall2010-02-181-5/+5
* Improve error reporting for traces aborted in non-Lua functions.Mike Pall2010-02-151-2/+13
* Change record vmevent parameters. Dump function id on FUNC*.Mike Pall2010-02-151-12/+6
* Add generic function handling for debug modules.Mike Pall2010-02-151-12/+13
* Minor cleanup of trace event handling.Mike Pall2010-02-151-28/+27
* Major redesign of function call handling.Mike Pall2010-02-131-5/+3
* 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
* Compress snapshots using a simple, extensible 1D-compression.Mike Pall2010-01-261-3/+2
* Use dedicated type for snapshot map entry.Mike Pall2010-01-251-4/+4
* 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
* Adapt primary inbound calls in x64 interpreter.Mike Pall2009-12-171-1/+1
* 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