Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Different fix for partial snapshot restore due to stack overflow. | Mike Pall | 2024-08-15 | 1 | -1/+2 |
| | | | | Reported by Junlong Li. Fixed by Peter Cawley. #1196 | ||||
* | Prevent sanitizer warning in snap_restoredata(). | Mike Pall | 2024-05-25 | 1 | -2/+4 |
| | | | | Thanks to Sergey Kaplun. #1193 | ||||
* | Fix unsinking of IR_FSTORE for NULL metatable. | Mike Pall | 2024-01-23 | 1 | -3/+8 |
| | | | | Reported by pwnhacker0x18. #1147 | ||||
* | Only emit proper parent references in snapshot replay. | Mike Pall | 2023-12-11 | 1 | -4/+8 |
| | | | | Thanks to Peter Cawley. #1132 | ||||
* | Emit sunk IR_NEWREF only once per key on snapshot replay. | Mike Pall | 2023-12-10 | 1 | -0/+12 |
| | | | | Thanks to Sergey Kaplun and Peter Cawley. #1128 | ||||
* | Handle table unsinking in the presence of IRFL_TAB_NOMM. | Mike Pall | 2023-08-28 | 1 | -5/+15 |
| | | | | Reported by Sergey Kaplun. #1052 | ||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Don't export internal symbol. | Mike Pall | 2022-01-25 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Consider slots used by upvalues in use-def analysis. | Mike Pall | 2021-07-27 | 1 | -3/+32 |
| | | | | Reported by XmiliaH. | ||||
* | Prevent loop in snap_usedef(). | Mike Pall | 2021-07-23 | 1 | -1/+6 |
| | | | | Reported by XmiliaH. | ||||
* | Fix use-def analysis for vararg functions. | Mike Pall | 2021-05-29 | 1 | -2/+4 |
| | | | | Reported by Shmuel Zeigerman. | ||||
* | Fix use-def analysis for BC_VARG. | Mike Pall | 2021-05-24 | 1 | -1/+3 |
| | | | | Reported by Ryan Lucia. | ||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Fix snapshot PC when linking to BC_JLOOP that was a BC_RET*. | Mike Pall | 2020-10-12 | 1 | -0/+3 |
| | | | | | Reported by Arseny Vakhrushev. Fix contributed by Peter Cawley. | ||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | Fix overflow of snapshot map offset. | Mike Pall | 2019-01-10 | 1 | -3/+3 |
| | | | | Thanks to Yichun Zhang. | ||||
* | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Drop marks from replayed instructions when sinking. | Mike Pall | 2015-10-15 | 1 | -1/+1 |
| | | | | Reported by Vyacheslav Egorov. | ||||
* | Fix unsinking check. | Mike Pall | 2015-10-01 | 1 | -15/+11 |
| | | | | Reported by Elias Hogstvedt. Debugged and fixed by Vyacheslav Egorov. | ||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Fix top slot calculation for snapshots with continuations. | Mike Pall | 2014-04-03 | 1 | -2/+3 |
| | |||||
* | FFI: Fix cts->L for cdata unsinking in snapshot restore. | Mike Pall | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Fix snapshot restore for exit to function header. | Mike Pall | 2013-09-13 | 1 | -3/+6 |
| | |||||
* | FFI: Must sink XBAR together with XSTOREs. | Mike Pall | 2013-05-23 | 1 | -0/+2 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Preserve snapshot #0 PC for all traces (potential gcstep exit). | Mike Pall | 2012-09-01 | 1 | -2/+1 |
| | |||||
* | Only replay sunk stores up to the snapshot reference. | Mike Pall | 2012-07-29 | 1 | -2/+1 |
| | |||||
* | Fix slot flags in snapshot replay. | Mike Pall | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | Fix restore of sunk CNEWI with implicit P32 to P64 conversion. | Mike Pall | 2012-07-18 | 1 | -0/+4 |
| | |||||
* | Drop range limit for sunk stores relative to sunk allocation. | Mike Pall | 2012-07-04 | 1 | -4/+25 |
| | |||||
* | Invoke SPLIT pass in side trace for rejoined sunk stores. | Mike Pall | 2012-07-03 | 1 | -0/+1 |
| | |||||
* | Avoid strict aliasing issues. | Mike Pall | 2012-07-03 | 1 | -5/+5 |
| | |||||
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -13/+317 |
| | |||||
* | Handle initial snapshot for side traces in lj_snap.c only. | Mike Pall | 2012-07-02 | 1 | -0/+1 |
| | |||||
* | Add IR_PVAL instruction for non-slot parent links. | Mike Pall | 2012-07-02 | 1 | -0/+2 |
| | |||||
* | Move snapshot replay for side traces to lj_snap.c. | Mike Pall | 2012-07-02 | 1 | -0/+64 |
| | |||||
* | Clean up RegSP handling for parent link instructions. | Mike Pall | 2012-07-01 | 1 | -15/+25 |
| | |||||
* | Clean up snapshot restore. | Mike Pall | 2012-06-30 | 1 | -65/+64 |
| | |||||
* | Correctly preserve snapshot #0 PC for root traces (insert NOP). | Mike Pall | 2012-06-08 | 1 | -2/+7 |
| | |||||
* | Preserve snapshot #0 PC for root traces. | Mike Pall | 2012-05-14 | 1 | -0/+5 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Fix stack check in side exit. | Mike Pall | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Keep maximum frame extent in snap->topslot. | Mike Pall | 2011-11-20 | 1 | -25/+15 |
| | |||||
* | Get rid of snap->depth. | Mike Pall | 2011-11-20 | 1 | -3/+2 |
| | |||||
* | Fix data-flow analysis for BC_ITERL. | Mike Pall | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Fix data-flow analysis for BC_UCLO. | Mike Pall | 2011-06-07 | 1 | -0/+1 |
| |