index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_record.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Record select().
Mike Pall
2010-09-13
1
-0
/
+42
*
Record vararg expressions with varargs defined off-trace.
Mike Pall
2010-09-13
1
-23
/
+57
*
Fix tailcalls from vararg functions.
Mike Pall
2010-09-13
1
-1
/
+8
*
Fix off-by-one errors in maxslot calculation of trace recorder.
Mike Pall
2010-09-12
1
-2
/
+2
*
Record vararg expressions with known fixed number of results.
Mike Pall
2010-09-12
1
-1
/
+27
*
Record calls to vararg functions.
Mike Pall
2010-09-12
1
-2
/
+36
*
Turn some lua_State fields into 32 bit pointers.
Mike Pall
2010-09-09
1
-1
/
+2
*
PPC: Clean up masked shift/rotate target settings.
Mike Pall
2010-08-29
1
-3
/
+2
*
Abstract out pointer hash to hashrot(). Tune hash constants.
Mike Pall
2010-07-21
1
-10
/
+1
*
Add weak guards. Emit TNEW/TDUP with a guard bit.
Mike Pall
2010-05-08
1
-2
/
+2
*
Treat the tag of a TValue as unsigned everywhere.
Mike Pall
2010-04-25
1
-1
/
+1
*
Make metamethod names proper GC roots.
Mike Pall
2010-04-25
1
-7
/
+5
*
Simplify management of current trace. Drop lazy save.
Mike Pall
2010-04-25
1
-6
/
+6
*
Turn traces into true GC objects (GCtrace).
Mike Pall
2010-04-25
1
-7
/
+6
*
No longer let the GC replace dead keys with the LJ_TDEADKEY tag.
Mike Pall
2010-04-21
1
-2
/
+7
*
Replace on-trace GC frame syncing with interpreter exit.
Mike Pall
2010-04-19
1
-7
/
+16
*
Generate EQ(HREF, niltv) for load path, too (better CSE).
Mike Pall
2010-03-28
1
-1
/
+7
*
Fix precondition check for NEWREF.
Mike Pall
2010-03-28
1
-2
/
+2
*
Avoid snapshots for returns to known callers.
Mike Pall
2010-03-21
1
-2
/
+2
*
Add array bounds check elimination (-Oabc, on by default).
Mike Pall
2010-03-15
1
-1
/
+39
*
Reorganize scalar evolution analysis.
Mike Pall
2010-03-15
1
-7
/
+20
*
Fix handling of bad argument types in recorder.
Mike Pall
2010-03-09
1
-2
/
+3
*
Fix recording of getmetatable() for non-tables.
Mike Pall
2010-03-09
1
-3
/
+5
*
Avoid tracing the nil return case of tonumber().
Mike Pall
2010-03-09
1
-1
/
+5
*
Fix assertion in rec_check_slots.
Mike Pall
2010-03-07
1
-1
/
+1
*
Fix 64 bit conversion warning.
Mike Pall
2010-03-03
1
-1
/
+1
*
Implement down-recursion.
Mike Pall
2010-03-01
1
-2
/
+39
*
Fix 64 bit conversion warnings.
Mike Pall
2010-02-24
1
-3
/
+3
*
Fix 64 bit portability problem in rec_ret().
Mike Pall
2010-02-24
1
-1
/
+1
*
Randomize penalties for aborts and add blacklisting.
Mike Pall
2010-02-23
1
-3
/
+3
*
Ensure function and all args have a reference for call recording.
Mike Pall
2010-02-22
1
-11
/
+28
*
Fix TRef for (dummy) 2nd arg of __len metamethod.
Mike Pall
2010-02-22
1
-1
/
+1
*
Back out history buffer for tailcall counts.
Mike Pall
2010-02-22
1
-4
/
+2
*
Add region selection for up-recursion and tail-recursion.
Mike Pall
2010-02-22
1
-2
/
+4
*
Allow linking to already compiled functions.
Mike Pall
2010-02-18
1
-7
/
+24
*
Use a limited history buffer for tailcall counts while recording.
Mike Pall
2010-02-18
1
-13
/
+16
*
Update trace recorder infrastructure for hot calls.
Mike Pall
2010-02-18
1
-9
/
+10
*
Drop obsolete shadow frame link stack.
Mike Pall
2010-02-18
1
-35
/
+4
*
Add more assertions to compare the recorder state and the VM state.
Mike Pall
2010-02-18
1
-4
/
+31
*
Clear frame gaps in recorder to avoid resurrecting previous refs.
Mike Pall
2010-02-18
1
-2
/
+6
*
Split CALL/FUNC recording.
Mike Pall
2010-02-16
1
-444
/
+447
*
Add missing FORI coercions in recorder.
Mike Pall
2010-02-15
1
-4
/
+13
*
Improve FOR loop const specialization and integerness checks.
Mike Pall
2010-02-15
1
-29
/
+61
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-7
/
+1
*
32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.
Mike Pall
2010-02-05
1
-7
/
+7
*
Add shadow frame link stack for trace recorder.
Mike Pall
2010-02-04
1
-8
/
+55
*
Fix unroll limit checks and frame depth adjustment for pcall.
Mike Pall
2010-02-03
1
-13
/
+11
*
Clean up frame depth checks and loop detection.
Mike Pall
2010-02-03
1
-5
/
+9
*
Another loop formation test must check for return to lower frame.
Mike Pall
2010-02-03
1
-1
/
+1
*
Loop formation test must check for return to lower frame.
Mike Pall
2010-01-29
1
-1
/
+2
[prev]
[next]