| Commit message (Expand) | Author | Files | Lines |
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 |