| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\ |
|
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -6/+32 |
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -29/+43 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
* | | Minor fixes. | Mike Pall | 2020-01-20 | 1 | -0/+1 |
* | | Fix interaction between profiler hooks and finalizers. | Mike Pall | 2019-12-08 | 1 | -0/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-03-08 | 1 | -5/+12 |
|\| |
|
| * | Remove internal __mode = "K" and replace with safe check. | Mike Pall | 2017-03-08 | 1 | -5/+12 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-10-13 | 1 | -1/+1 |
|\| |
|
| * | Fix GC step size calculation. | Mike Pall | 2016-10-13 | 1 | -1/+1 |
* | | Embed 64 bit constants directly in the IR, using two slots. | Mike Pall | 2016-05-23 | 1 | -0/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -8/+9 |
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -12/+12 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-04-22 | 1 | -2/+2 |
|\| |
|
| * | Prevent GC estimate miscalculation due to buffer growth. | Mike Pall | 2014-04-22 | 1 | -2/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| |
|
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-11-22 | 1 | -1/+2 |
|\| |
|
| * | Follow-up fix for GC step threshold fix. | Mike Pall | 2013-11-22 | 1 | -1/+2 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-11-05 | 1 | -1/+1 |
|\| |
|
| * | Fix for last commit | Mike Pall | 2013-11-05 | 1 | -1/+1 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-11-05 | 1 | -2/+4 |
|\| |
|
| * | Fix GC steps threshold handling when called by JIT-compiled code. | Mike Pall | 2013-11-05 | 1 | -2/+4 |
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-10-14 | 1 | -0/+7 |
|\| |
|
| * | FFI: Rehash finalizer table after GC cycle, if needed. | Mike Pall | 2013-10-14 | 1 | -0/+7 |
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -1/+1 |
* | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 1 | -4/+4 |
* | | Move buffer shrinking to atomic GC phase. | Mike Pall | 2013-04-21 | 1 | -9/+4 |
* | | String buffer refactoring, part 1. | Mike Pall | 2013-02-27 | 1 | -2/+2 |
|/ |
|
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
* | Move a GC macro. | Mike Pall | 2012-10-02 | 1 | -4/+3 |
* | Avoid potential store-forwarding stalls in GC marking. | Mike Pall | 2012-06-09 | 1 | -9/+11 |
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
* | Add support for bytecode loading/saving. | Mike Pall | 2011-06-13 | 1 | -1/+1 |
* | Remove bogus assertion for GC estimate vs. threshold. | Mike Pall | 2011-06-09 | 1 | -1/+0 |
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -4/+0 |
* | FFI: Fix __gc for VLA/VLS cdata objects. | Mike Pall | 2011-05-23 | 1 | -4/+4 |
* | FFI: Fix cdata finalization. | Mike Pall | 2011-04-13 | 1 | -4/+6 |
* | Inline lj_gc_barrierback(). | Mike Pall | 2011-04-10 | 1 | -12/+0 |
* | FFI: Fix marking of ffi.gc() finalizer table. | Mike Pall | 2011-03-17 | 1 | -1/+1 |
* | Get rid of the remaining silly cast macros from Lua. | Mike Pall | 2011-03-10 | 1 | -7/+7 |