summaryrefslogtreecommitdiff
path: root/src/lj_dispatch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Just disable JIT compiler for non-SSE2 CPUs instead of aborting.Mike Pall2010-02-161-2/+4
* Split CALL/FUNC recording.Mike Pall2010-02-161-3/+8
* Use a different marker for hot calls.Mike Pall2010-02-151-2/+3
* Minor cleanup of trace event handling.Mike Pall2010-02-151-4/+1
* Implement return hooks for Lua functions (zero-cost if disabled).Mike Pall2010-02-141-6/+32
* Implement call hooks (zero-cost if disabled).Mike Pall2010-02-141-20/+89
* Major redesign of function call handling.Mike Pall2010-02-131-20/+42
* Move dispatch tables out of GG_State struct.Mike Pall2010-02-111-2/+4
* Redesign of prototype generation, part 5: colocation of protoype arrays.Mike Pall2010-02-081-1/+1
* Move bytecode offsets from lj_vm.* to generated header.Mike Pall2010-02-051-4/+4
* 32/64 bit memory ref cleanup, part 3: GCproto ->lineinfo.Mike Pall2010-02-051-3/+3
* 32/64 bit memory ref cleanup, part 1: GCproto ->bc and ->k.Mike Pall2010-02-051-3/+3
* Reset the hotcount table after a JIT off to on transition.Mike Pall2010-02-041-0/+16
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* Implement yield from C hooks.Mike Pall2009-12-301-3/+4
* Define CFRAME structure for x64 interpreter.Mike Pall2009-12-281-2/+3
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-2/+15
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+284