summaryrefslogtreecommitdiff
path: root/src/lj_snap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-251-1/+1
|\|
| * Don't export internal symbol.Mike Pall2022-01-251-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-2/+8
| | | | | | | | Sponsored by OpenResty Inc.
* | Merge branch 'master' into v2.1Mike Pall2021-07-271-3/+32
|\|
| * Consider slots used by upvalues in use-def analysis.Mike Pall2021-07-271-3/+32
| | | | | | | | Reported by XmiliaH.
* | Merge branch 'master' into v2.1Mike Pall2021-07-231-1/+6
|\|
| * Prevent loop in snap_usedef().Mike Pall2021-07-231-1/+6
| | | | | | | | Reported by XmiliaH.
* | Merge branch 'master' into v2.1Mike Pall2021-05-291-2/+4
|\|
| * Fix use-def analysis for vararg functions.Mike Pall2021-05-291-2/+4
| | | | | | | | Reported by Shmuel Zeigerman.
* | Merge branch 'master' into v2.1Mike Pall2021-05-241-1/+3
|\|
| * Fix use-def analysis for BC_VARG.Mike Pall2021-05-241-1/+3
| | | | | | | | Reported by Ryan Lucia.
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-0/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2020-10-121-0/+3
|\|
| * Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*.Mike Pall2020-10-121-0/+3
| | | | | | | | | | Reported by Arseny Vakhrushev. Fix contributed by Peter Cawley.
* | Add support for full-range 64 bit lightuserdata.Mike Pall2020-09-301-1/+8
| |
* | LJ_GC64: Always snapshot functions for non-base frames.Mike Pall2020-08-271-2/+7
| | | | | | | | | | Reported by Arseny Vakhrushev. Analysis and fix contributed by Peter Cawley.
* | Improve assertions.Mike Pall2020-06-151-38/+58
| |
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
| |
* | Fix unsinking of 64 bit constants.Mike Pall2019-08-301-1/+1
| | | | | | | | Contributed by Thibault Charbonnier.
* | Merge branch 'master' into v2.1Mike Pall2019-01-101-3/+3
|\|
| * Fix overflow of snapshot map offset.Mike Pall2019-01-101-3/+3
| | | | | | | | Thanks to Yichun Zhang.
* | MIPS64: Add soft-float support to JIT compiler backend.Mike Pall2017-06-071-9/+12
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | MIPS64, part 2: Add MIPS64 hard-float JIT compiler backend.Mike Pall2017-02-201-1/+2
| | | | | | | | | | Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
| |
* | LJ_FR2: Fix slot 1 handling.Mike Pall2016-10-161-4/+12
| | | | | | | | Contributed by Peter Cawley.
* | Fix compiler warning.Mike Pall2016-05-281-0/+2
| |
* | x64/LJ_GC64: Add missing backend support and enable JIT compilation.Mike Pall2016-05-231-3/+6
| | | | | | | | Contributed by Peter Cawley.
* | LJ_FR2: Add support for trace recording and snapshots.Mike Pall2016-05-231-14/+47
| | | | | | | | Contributed by Peter Cawley.
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-5/+4
| | | | | | | | Contributed by Peter Cawley.
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
| |
* | Always merge snapshots without instructions inbetween.Mike Pall2016-01-181-2/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | FFI: Properly unsink non-standard cdata allocations.Mike Pall2015-12-281-2/+3
| |
* | Merge branch 'master' into v2.1Mike Pall2015-10-151-1/+1
|\|
| * Drop marks from replayed instructions when sinking.Mike Pall2015-10-151-1/+1
| | | | | | | | Reported by Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-10-011-15/+11
|\|
| * Fix unsinking check.Mike Pall2015-10-011-15/+11
| | | | | | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov.
* | Re-enable trace stitching.Mike Pall2015-08-291-2/+2
| | | | | | | | Thanks to Vyacheslav Egorov.
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
| |
* | Add LJ_GC64 mode: 64 bit GC object references.Mike Pall2015-01-031-0/+1
| | | | | | | | Actually NaN tagging with 47 bit pointers and 13+4 bit tags.
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-1/+4
| |