Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid unpatching bytecode twice after a trace flush.v2.0master | Mike Pall | 7 days | 1 | -11/+4 |
| | | | | Reported by Sergey Kaplun. #1345 | ||||
* | 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 | -3/+1 |
| | | | | Reported by Junlong Li. Fixed by Peter Cawley. #1196 | ||||
* | Handle partial snapshot restore due to stack overflow. | Mike Pall | 2024-07-03 | 1 | -1/+3 |
| | | | | Reported by pwnhacker0x18. Fixed by Peter Cawley. #1196 | ||||
* | Respect jit.off() on pending trace exit. | Mike Pall | 2023-12-23 | 1 | -1/+1 |
| | | | | Thanks to Sergey Kaplun. #1134 | ||||
* | Handle all stack layouts in (delayed) TRACE vmevent. | Mike Pall | 2023-09-21 | 1 | -10/+16 |
| | | | | Thanks to Sergey Bronnikov and Peter Cawley. #1087 | ||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Save trace recorder state around VM event call. | Mike Pall | 2022-01-16 | 1 | -1/+5 |
| | | | | Reported by Sergey Kaplun. | ||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | Fix stack allocation after on-trace stack check. | Mike Pall | 2021-09-21 | 1 | -1/+5 |
| | |||||
* | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 1 | -2/+2 |
| | |||||
* | Fix handling of errors during snapshot restore. | Mike Pall | 2020-08-09 | 1 | -0/+2 |
| | |||||
* | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Properly handle OOM in trace_save(). | Mike Pall | 2015-08-20 | 1 | -4/+12 |
| | | | | Thanks to Vyacheslav Egorov. | ||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Prevent adding side traces for stack checks. | Mike Pall | 2014-04-22 | 1 | -0/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Follow-up fix for GC step threshold fix. | Mike Pall | 2013-11-22 | 1 | -1/+1 |
| | |||||
* | Fix GC steps threshold handling when called by JIT-compiled code. | Mike Pall | 2013-11-05 | 1 | -1/+1 |
| | | | | Thanks to Cheng, Long. | ||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Add allocation sinking and store sinking optimization. | Mike Pall | 2012-07-02 | 1 | -0/+1 |
| | |||||
* | Avoid recursive GC steps after GC-triggered trace exit. | Mike Pall | 2012-03-20 | 1 | -3/+5 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | Generalize handling of stack checks indicated by highest exit + 1. | Mike Pall | 2011-10-24 | 1 | -9/+12 |
| | |||||
* | Don't save/restore tmptv with copyTV. | Mike Pall | 2011-10-24 | 1 | -6/+5 |
| | |||||
* | Save tmptv state for trace recorder across RECORD vmevent. | Mike Pall | 2011-10-14 | 1 | -1/+8 |
| | |||||
* | Remove temporary mcode limit error from application stack. | Mike Pall | 2011-08-09 | 1 | -0/+1 |
| | |||||
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -2/+3 |
| | | | | Hotcounts are decremented by 2 for loops and by 1 for calls. | ||||
* | Reorganize trace linking and track link types. | Mike Pall | 2011-06-28 | 1 | -0/+2 |
| | |||||
* | Clean up temporary bytecode patching. | Mike Pall | 2011-06-28 | 1 | -3/+8 |
| | |||||
* | Cleanup prototype flags. | Mike Pall | 2011-06-09 | 1 | -5/+5 |
| | |||||
* | Flatten and compress in-memory debug info (saves ~70%). | Mike Pall | 2011-06-09 | 1 | -1/+1 |
| | |||||
* | Move debugging/introspection functionality to lj_debug.c. | Mike Pall | 2011-06-07 | 1 | -4/+3 |
| | |||||
* | Minor change to bytecode penalty code for consistency. | Mike Pall | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | Treat extra exit from stack check like a parent exit. | Mike Pall | 2011-05-26 | 1 | -1/+9 |
| | |||||
* | Cleanup of target dependencies. | Mike Pall | 2011-05-16 | 1 | -18/+44 |
| | |||||
* | Fix some portability issues with the JIT compiler. | Mike Pall | 2011-05-09 | 1 | -1/+3 |
| | |||||
* | FFI: Save errno/GetLastError() around allocations, hooks etc. | Mike Pall | 2011-05-08 | 1 | -0/+4 |
| | |||||
* | DUALNUM: Handle integer type in JIT compiler. | Mike Pall | 2011-03-10 | 1 | -4/+8 |
| | |||||
* | Add SPLIT pass to split 64 bit IR instructions for 32 bit CPUs. | Mike Pall | 2011-02-02 | 1 | -0/+2 |
| | | | | | | | Add generic HIOP instruction for extra backend functionality. Add support for HIOP to x86 backend. Use POWI for 64 bit integer x^k, too. POWI is lowered to a call by SPLIT or the x64 backend. | ||||
* | One more fix for the trace flush logic. Sigh. | Mike Pall | 2011-01-26 | 1 | -1/+1 |
| | |||||
* | Clear bytecode penalty cache in jit.flush(). | Mike Pall | 2011-01-23 | 1 | -0/+2 |
| | |||||
* | Another fix for the trace flush logic. I'll get this right someday. | Mike Pall | 2011-01-22 | 1 | -6/+9 |
| | | | | Thanks to David Manura. | ||||
* | Fix for the fix for the trace flush logic. | Mike Pall | 2011-01-18 | 1 | -5/+5 |
| | |||||
* | Cleanup and fix trace flush logic. | Mike Pall | 2011-01-18 | 1 | -25/+25 |
| | |||||
* | Add trace recorder infrastructure for instruction post-processing. | Mike Pall | 2011-01-17 | 1 | -0/+3 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| |