Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
* | | FFI: Drop finalizer table rehash after GC cycle. | Mike Pall | 2024-08-19 | 1 | -1/+1 |
| | | | | | | | | Reported by Sergey Kaplun. #1247 | ||||
* | | FFI: Turn FFI finalizer table into a proper GC root. | Mike Pall | 2024-04-19 | 1 | -0/+3 |
| | | | | | | | | Reported by Sergey Bronnikov. #1168 | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
* | | ARM64: Add support for ARM64e pointer authentication codes (PAC). | Mike Pall | 2023-08-12 | 1 | -0/+14 |
| | | | | | | | | Contributed by Peter Cawley. #559 | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-12-22 | 1 | -1/+1 |
|\| | |||||
| * | Avoid negation of signed integers in C that may hold INT*_MIN. | Mike Pall | 2022-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Reported by minoki. Recent C compilers 'take advantage' of the undefined behavior. This completely changes the meaning of expressions like (k == -k). | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-05-21 | 1 | -1/+1 |
|\| | |||||
| * | Prevent C compiler undefined-behavior optimization. | Mike Pall | 2022-05-21 | 1 | -1/+1 |
| | | |||||
* | | Fix assertion for LJ_KEYINDEX. | Mike Pall | 2022-04-03 | 1 | -0/+1 |
| | | | | | | | | Thanks to XmiliaH. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
* | | Refactor table traversal. | Mike Pall | 2021-09-19 | 1 | -0/+3 |
| | | | | | | | | Sponsored by OpenResty Inc. | ||||
* | | String buffers, part 2e: add serialization string dictionary. | Mike Pall | 2021-06-07 | 1 | -1/+1 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | String buffers, part 2d: basic string buffer methods. | Mike Pall | 2021-06-01 | 1 | -0/+1 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | String buffers, part 2b: Add extended string buffers. Use in serializer. | Mike Pall | 2021-06-01 | 1 | -0/+4 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | String buffers, part 2a: internal SBuf reorg. Use full pointers. | Mike Pall | 2021-06-01 | 1 | -4/+2 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | 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 |
| | | |||||
* | | Add support for full-range 64 bit lightuserdata. | Mike Pall | 2020-09-30 | 1 | -20/+37 |
| | | |||||
* | | Redesign and harden string interning. | Mike Pall | 2020-06-23 | 1 | -11/+26 |
| | | | | | | | | | | Up to 40% faster on hash-intensive benchmarks. With some ideas from Sokolov Yura. | ||||
* | | Use a securely seeded global PRNG for the VM. | Mike Pall | 2020-06-15 | 1 | -0/+1 |
| | | | | | | | | It's not 2005 anymore. | ||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -9/+22 |
| | | |||||
* | | 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 |
| | | |||||
* | | Fix interaction between profiler hooks and finalizers. | Mike Pall | 2019-12-08 | 1 | -1/+2 |
| | | | | | | | | Thanks to Julien Desgats. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-05-20 | 1 | -5/+13 |
|\| | |||||
| * | FFI: Make FP to U64 conversions match JIT backend behavior. | Mike Pall | 2018-05-20 | 1 | -5/+13 |
| | | |||||
* | | MIPS64: Add soft-float support to JIT compiler backend. | Mike Pall | 2017-06-07 | 1 | -0/+3 |
| | | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. | ||||
* | | 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 |
| | | |||||
* | | Constrain value range of lj_ir_kptr() to unsigned 32 bit pointers. | Mike Pall | 2016-04-24 | 1 | -2/+6 |
| | | | | | | | | Thanks to Peter Cawley. | ||||
* | | 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 |
| | | |||||
* | | 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 |
| | | |||||
* | | Fix MSVC build. | Mike Pall | 2015-01-05 | 1 | -3/+8 |
| | | |||||
* | | Add LJ_GC64 mode: 64 bit GC object references. | Mike Pall | 2015-01-03 | 1 | -7/+104 |
| | | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags. | ||||
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -2/+16 |
| | | |||||
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -4/+8 |
| | | |||||
* | | Cleanup of memory vs. GC sizes. No functional changes. | Mike Pall | 2014-12-20 | 1 | -5/+6 |
| | | |||||
* | | 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-10-14 | 1 | -1/+1 |
|\| | |||||
| * | FFI: Rehash finalizer table after GC cycle, if needed. | Mike Pall | 2013-10-14 | 1 | -1/+1 |
| | | |||||
* | | Add low-overhead profiler. Part 1: interpreter, low-level C API. | Mike Pall | 2013-09-02 | 1 | -0/+1 |
| | | |||||
* | | Save currently executing lua_State in g->cur_L. | Mike Pall | 2013-08-30 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | -2/+2 |
| | |