summaryrefslogtreecommitdiff
path: root/src/lj_opt_loop.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-24Check for failure to mark memory as executable (restricted kernels).Mike Pall3-15/+29
2013-10-16FFI: Compile conversions from functions to function pointers.Mike Pall1-1/+7
2013-10-15Fix line number for relocated bytecode after closure fixup.Mike Pall1-1/+3
2013-10-14FFI: Rehash finalizer table after GC cycle, if needed.Mike Pall4-1/+18
2013-10-10Check for MAP_32BIT presence instead of checking for Linux.Mike Pall1-1/+1
2013-10-09Compile BC_TSETM, e.g. {1,2,3,f()}.Mike Pall1-1/+20
2013-10-09Compile getfenv(0).Mike Pall5-2/+31
2013-10-09FFI: Compile lightuserdata to void * conversion.Mike Pall2-1/+7
2013-10-09Add table.new().Mike Pall11-6/+55
2013-09-20Properly fix loading of embedded bytecode.Mike Pall1-1/+2
2013-09-19Fix loading of embedded bytecode.Mike Pall1-2/+2
2013-09-18Fix profiler/hook interaction.Mike Pall3-0/+40
2013-09-18Fix build with profiler but without JIT compiler.Mike Pall2-4/+4
2013-09-16Protect g->hookmask with lock when using profiler thread.Mike Pall4-29/+49
2013-09-14Fix ABC elimination.Mike Pall1-1/+2
2013-09-13Fix snapshot restore for exit to function header.Mike Pall1-3/+6
2013-09-12DynASM: Emit #line <n> <file> instead of #<n> <file>.Mike Pall1-1/+1
2013-09-11Fix profiler stack dump for string chunks.Mike Pall1-1/+1
2013-09-10Fix -jp=a mode.Mike Pall1-2/+4
2013-09-10Low-overhead profiler, part 7: console ports.Mike Pall3-3/+25
2013-09-10Fix non-FFI build.Mike Pall3-6/+7
2013-09-10Fix PS3 build.Mike Pall1-1/+1
2013-09-10Low-overhead profiler, part 6: documentation.Mike Pall15-1/+400
2013-09-10Add -jp=fl mode and minor fixes.Mike Pall3-8/+19
2013-09-09Low-overhead profiler, part 5: add annotation mode for -jp.Mike Pall1-7/+88
2013-09-09Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold.Mike Pall1-7/+9
2013-09-08FFI/x64: Fix passing of vector arguments to calls.Mike Pall1-2/+3
2013-09-08FFI: Fix argument checks for ffi.string().Mike Pall2-2/+2
2013-09-08Load jit.util module on demand (saves 1 KB).Mike Pall1-1/+7
2013-09-08Low-overhead profiler, part 4: JIT compiler support.Mike Pall12-12/+151
2013-09-08Add notice when no samples were collected by -jp.Mike Pall1-2/+4
2013-09-03Fix string.format("%#X", 1).Mike Pall1-2/+2
2013-09-03Fix quoting in xedkbuild.bat.Mike Pall1-4/+4
2013-09-03Recent GCC versions need more memory.Mike Pall1-1/+1
2013-09-03Fix frame traversal for backtraces.Mike Pall1-5/+12
2013-09-02Install new jit.* modules, too.Mike Pall1-2/+3