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
/
buildvm_x64win.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable tracing of recursion.
Mike Pall
2010-03-01
1
-19
/
+21
*
Save/restore remaining callee-save regs on trace<->interp transitions.
Mike Pall
2010-02-27
1
-438
/
+446
*
Add trace exit helper for x64. Fix trace entry for x64.
Mike Pall
2010-02-24
1
-878
/
+896
*
Rethrow errors from trace exit handling from the right C frame.
Mike Pall
2010-02-19
1
-586
/
+588
*
Use a different marker for hot calls.
Mike Pall
2010-02-15
1
-393
/
+397
*
Implement return hooks for Lua functions (zero-cost if disabled).
Mike Pall
2010-02-14
1
-379
/
+382
*
Implement call hooks (zero-cost if disabled).
Mike Pall
2010-02-14
1
-368
/
+379
*
Major redesign of function call handling.
Mike Pall
2010-02-13
1
-1130
/
+1159
*
Move dispatch tables out of GG_State struct.
Mike Pall
2010-02-11
1
-2
/
+2
*
Switch to pre-initialized stacks. Drop frame clearing in interpreter.
Mike Pall
2010-02-11
1
-666
/
+671
*
Drop bc field in GCproto since the bytecode is colocated.
Mike Pall
2010-02-08
1
-6
/
+6
*
Integrate MinGW build with DWARF2 exception handling.
Mike Pall
2010-01-22
1
-0
/
+45
*
Add build infrastructure for x64 interpreter.
Mike Pall
2010-01-14
1
-0
/
+2310