index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_trace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix error location while recording metamethods.
Mike Pall
2010-12-15
1
-1
/
+1
*
Add IR_KINT64.
Mike Pall
2010-12-05
1
-1
/
+1
*
Record y = select(x, ...) idiom.
Mike Pall
2010-09-13
1
-0
/
+1
*
Create symbol table of JIT-compiled code for use with Linux perf tools.
Mike Pall
2010-05-01
1
-0
/
+41
*
Simplify management of current trace. Drop lazy save.
Mike Pall
2010-04-25
1
-54
/
+57
*
Turn traces into true GC objects (GCtrace).
Mike Pall
2010-04-25
1
-100
/
+67
*
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
2010-04-19
1
-2
/
+6
*
Fix setup of RD when dispatching to function headers after exit.
Mike Pall
2010-04-09
1
-0
/
+2
*
Pass MULTRES or negated error code in RD to lj_vm_exit_interp.
Mike Pall
2010-03-23
1
-14
/
+10
*
Restore MULTRES for snapshots pointing to CALLM etc. bytecodes.
Mike Pall
2010-03-13
1
-2
/
+18
*
Implement down-recursion.
Mike Pall
2010-03-01
1
-5
/
+57
*
Make penalty PRNG available for general use by compiler.
Mike Pall
2010-02-26
1
-9
/
+1
*
Move SIMD constants to jit_State to keep them in the low 4GB.
Mike Pall
2010-02-24
1
-0
/
+14
*
Fix exit state for 64 bit mode.
Mike Pall
2010-02-24
1
-1
/
+1
*
Randomize penalties for aborts and add blacklisting.
Mike Pall
2010-02-23
1
-9
/
+33
*
Rethrow errors from trace exit handling from the right C frame.
Mike Pall
2010-02-19
1
-6
/
+28
*
Adapt bytecode patching/unpatching for hot calls.
Mike Pall
2010-02-18
1
-9
/
+6
*
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
*
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
*
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
*
Compress snapshots using a simple, extensible 1D-compression.
Mike Pall
2010-01-26
1
-3
/
+2
*
Use dedicated type for snapshot map entry.
Mike Pall
2010-01-25
1
-4
/
+4
*
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
*
Adapt primary inbound calls in x64 interpreter.
Mike Pall
2009-12-17
1
-1
/
+1
*
RELEASE LuaJIT-2.0.0-beta2
v2.0.0-beta2
Mike Pall
2009-12-08
1
-34
/
+48
*
RELEASE LuaJIT-2.0.0-beta1
v2.0.0-beta1
Mike Pall
2009-12-08
1
-0
/
+591
[prev]