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