Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 1 | -3/+2 |
|\ | |||||
| * | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 1 | -3/+2 |
| | | |||||
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -6/+6 |
| | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
* | | Fix math.min()/math.max() inconsistencies. | Mike Pall | 2020-05-22 | 1 | -12/+57 |
| | | |||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-07-05 | 1 | -1/+1 |
|\| | |||||
| * | MIPS: Fix delay slot hint. | Mike Pall | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | | This is documentation only. Thanks to snyh. | ||||
| * | MIPS: Backport workaround for compact unwind tables. | Mike Pall | 2017-02-20 | 1 | -0/+2 |
| | | |||||
* | | MIPS/MIPS64: Fix TSETR barrier (again). | Mike Pall | 2018-10-14 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | MIPS: Fix TSETR barrier. | Mike Pall | 2016-11-16 | 1 | -1/+1 |
| | | | | | | | | Thanks to tongwell. | ||||
* | | MIPS64, part 1: Add MIPS64 support to interpreter. | Mike Pall | 2016-05-28 | 1 | -1/+1 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-04-14 | 1 | -17/+17 |
|\| | |||||
| * | MIPS: Fix BC_ISNEXT fallback path. | Mike Pall | 2016-04-14 | 1 | -17/+17 |
| | | | | | | | | Thanks to RT-RK.com. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-30 | 1 | -3/+6 |
|\| | |||||
| * | MIPS: Fix use of ffgccheck delay slots in interpreter. | Mike Pall | 2016-03-30 | 1 | -0/+5 |
| | | |||||
* | | 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 |
| | | |||||
* | | MIPS: Add soft-float support to JIT compiler backend. | Mike Pall | 2016-02-10 | 1 | -2/+28 |
| | | |||||
* | | MIPS: Switch to dual-number mode. Fix soft-float interpreter. | Mike Pall | 2016-01-29 | 1 | -1388/+1354 |
| | | |||||
* | | MIPS soft-float, part 1: Add soft-float support to interpreter. | Mike Pall | 2015-12-17 | 1 | -219/+1137 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | Re-enable trace stitching. | Mike Pall | 2015-08-29 | 1 | -7/+3 |
| | | | | | | | | Thanks to Vyacheslav Egorov. | ||||
* | | 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 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-27 | 1 | -1/+1 |
|\| | |||||
| * | MIPS: Fix excess stack growth in interpreter. | Mike Pall | 2014-12-27 | 1 | -1/+1 |
| | | |||||
* | | 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 |
| | | |||||
* | | Fix KBASE for Lua functions below stitched fast functions. | Mike Pall | 2014-01-16 | 1 | -2/+20 |
| | | |||||
* | | Add trace stitching. | Mike Pall | 2013-12-25 | 1 | -2/+56 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-25 | 1 | -1/+1 |
|\| | |||||
| * | MIPS: Cosmetic fix for interpreter. | Mike Pall | 2013-12-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2013-12-02 | 1 | -2/+2 |
|\| | |||||
| * | x64: Fix store to upvalue for lightuserdata values. | Mike Pall | 2013-12-02 | 1 | -2/+2 |
| | | |||||
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -0/+14 |
| | | |||||
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -15/+19 |
| | | | | | | | | | | | | This is only a good approximation due to deficiencies in the design of the Lua/C API. It indicates _some_ valid state that is/was executing. Also reorder L->cframe stores to achieve a synchronously consistent state. | ||||
* | | Use g->jit_base for on/off-trace detection. | Mike Pall | 2013-08-26 | 1 | -4/+6 |
| | | |||||
* | | Big renaming of string buffer/formatting/conversion functions. | Mike Pall | 2013-05-13 | 1 | -2/+2 |
| | | |||||
* | | Refactor string.rep(). | Mike Pall | 2013-04-26 | 1 | -35/+0 |
| | | |||||
* | | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -7/+0 |
| | | |||||
* | | Refactor string.reverse(), string.lower(), string.upper(). | Mike Pall | 2013-04-26 | 1 | -50/+21 |
| | | |||||
* | | Compile string concatenations (BC_CAT). | Mike Pall | 2013-04-21 | 1 | -0/+1 |
| | | |||||
* | | String buffer refactoring, part 2. | Mike Pall | 2013-02-27 | 1 | -12/+14 |
| | | | | | | | | | | Switch to pointers for start/pos/end of buffer. Abstract out some buffer writers. | ||||
* | | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 1 | -12/+0 |
| | | |||||
* | | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -0/+108 |
| | | | | | | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | ||||
* | | Remove obsolete non-truncating number to integer conversions. | Mike Pall | 2013-02-23 | 1 | -6/+6 |
| | | |||||
* | | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 1 | -6/+0 |
|/ | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| |