| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | FFI: Compile conversions from functions to function pointers. | Mike Pall | 2013-10-16 | 1 | -1/+7 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-10-15 | 1 | -1/+3 |
|\| |
|
| * | Fix line number for relocated bytecode after closure fixup. | Mike Pall | 2013-10-15 | 1 | -1/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-10-14 | 4 | -1/+18 |
|\| |
|
| * | FFI: Rehash finalizer table after GC cycle, if needed. | Mike Pall | 2013-10-14 | 4 | -1/+18 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-10-10 | 1 | -1/+1 |
|\| |
|
| * | Check for MAP_32BIT presence instead of checking for Linux. | Mike Pall | 2013-10-10 | 1 | -1/+1 |
* | | Compile BC_TSETM, e.g. {1,2,3,f()}. | Mike Pall | 2013-10-09 | 1 | -1/+20 |
* | | Compile getfenv(0). | Mike Pall | 2013-10-09 | 5 | -2/+31 |
* | | FFI: Compile lightuserdata to void * conversion. | Mike Pall | 2013-10-09 | 2 | -1/+7 |
* | | Add table.new(). | Mike Pall | 2013-10-09 | 10 | -6/+46 |
* | | Properly fix loading of embedded bytecode. | Mike Pall | 2013-09-20 | 1 | -1/+2 |
* | | Fix loading of embedded bytecode. | Mike Pall | 2013-09-19 | 1 | -2/+2 |
* | | Fix profiler/hook interaction. | Mike Pall | 2013-09-18 | 3 | -0/+40 |
* | | Fix build with profiler but without JIT compiler. | Mike Pall | 2013-09-18 | 2 | -4/+4 |
* | | Protect g->hookmask with lock when using profiler thread. | Mike Pall | 2013-09-16 | 4 | -29/+49 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-14 | 1 | -1/+2 |
|\| |
|
| * | Fix ABC elimination. | Mike Pall | 2013-09-14 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-13 | 1 | -3/+6 |
|\| |
|
| * | Fix snapshot restore for exit to function header. | Mike Pall | 2013-09-13 | 1 | -3/+6 |
* | | Fix profiler stack dump for string chunks. | Mike Pall | 2013-09-11 | 1 | -1/+1 |
* | | Fix -jp=a mode. | Mike Pall | 2013-09-10 | 1 | -2/+4 |
* | | Low-overhead profiler, part 7: console ports. | Mike Pall | 2013-09-10 | 3 | -3/+25 |
* | | Fix non-FFI build. | Mike Pall | 2013-09-10 | 3 | -6/+7 |
* | | Fix PS3 build. | Mike Pall | 2013-09-10 | 1 | -1/+1 |
* | | Add -jp=fl mode and minor fixes. | Mike Pall | 2013-09-10 | 3 | -8/+19 |
* | | Low-overhead profiler, part 5: add annotation mode for -jp. | Mike Pall | 2013-09-09 | 1 | -7/+88 |
* | | Switch from -jp=n<top_n> to -jp=m<min_pct> as a threshold. | Mike Pall | 2013-09-09 | 1 | -7/+9 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 1 | -2/+3 |
|\| |
|
| * | FFI/x64: Fix passing of vector arguments to calls. | Mike Pall | 2013-09-08 | 1 | -2/+3 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-08 | 2 | -2/+2 |
|\| |
|
| * | FFI: Fix argument checks for ffi.string(). | Mike Pall | 2013-09-08 | 2 | -2/+2 |
* | | Load jit.util module on demand (saves 1 KB). | Mike Pall | 2013-09-08 | 1 | -1/+7 |
* | | Low-overhead profiler, part 4: JIT compiler support. | Mike Pall | 2013-09-08 | 12 | -12/+151 |
* | | Add notice when no samples were collected by -jp. | Mike Pall | 2013-09-08 | 1 | -2/+4 |
* | | Fix string.format("%#X", 1). | Mike Pall | 2013-09-03 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-09-03 | 3 | -10/+17 |
|\| |
|
| * | Fix quoting in xedkbuild.bat. | Mike Pall | 2013-09-03 | 1 | -4/+4 |
| * | Recent GCC versions need more memory. | Mike Pall | 2013-09-03 | 1 | -1/+1 |
| * | Fix frame traversal for backtraces. | Mike Pall | 2013-09-03 | 1 | -5/+12 |
* | | Add low-overhead profiler. Part 3: command line interface. | Mike Pall | 2013-09-02 | 1 | -0/+216 |
* | | Add low-overhead profiler. Part 2: low-level Lua API. | Mike Pall | 2013-09-02 | 2 | -0/+142 |
* | | Add internal API to add sub-modules to package.preload. | Mike Pall | 2013-09-02 | 2 | -0/+12 |
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 18 | -33/+558 |
* | | Add common helper for pointer to string formatting. | Mike Pall | 2013-08-31 | 3 | -4/+9 |
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 15 | -67/+89 |
* | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 9 | -24/+31 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-08-22 | 1 | -1/+1 |
|\| |
|
| * | Fix compiler warning. | Mike Pall | 2013-08-22 | 1 | -1/+1 |
| * | Fix argument checks for math.deg()/math.rad(). | Mike Pall | 2013-08-17 | 1 | -6/+6 |