Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | |||||
* | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | ARM: Ensure relative GG_State element alignment differently. | Mike Pall | 2020-08-05 | 1 | -0/+8 |
| | | | | Thanks to jojo59516 and dwing4g. | ||||
* | 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 |
| | |||||
* | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2013. | Mike Pall | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Bump copyright date to 2012. | Mike Pall | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | MIPS: Add interpreter. Enable MIPS build rules. | Mike Pall | 2012-01-23 | 1 | -0/+38 |
| | |||||
* | Prefer recording loops over calls. | Mike Pall | 2011-06-29 | 1 | -0/+4 |
| | | | | Hotcounts are decremented by 2 for loops and by 1 for calls. | ||||
* | FFI: Save errno/GetLastError() around allocations, hooks etc. | Mike Pall | 2011-05-08 | 1 | -0/+17 |
| | |||||
* | Bump copyright date to 2011. | Mike Pall | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Conditionally compile functions that are unused with JIT disabled. | Mike Pall | 2010-02-28 | 1 | -0/+2 |
| | |||||
* | Randomize penalties for aborts and add blacklisting. | Mike Pall | 2010-02-23 | 1 | -2/+0 |
| | |||||
* | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -1/+2 |
| | |||||
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -2/+3 |
| | |||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -7/+15 |
| | | | | | | | | | | | Drop call gates. Use function headers, dispatched like bytecodes. Emit BC_FUNCF/BC_FUNCV bytecode at PC 0 for all Lua functions. C functions and ASM fast functions get extra bytecodes. Modify internal calling convention: new base in BASE (formerly in RA). Can now use better C function wrapper semantics (dynamic on/off). Prerequisite for call hooks with zero-overhead if disabled. Prerequisite for compiling recursive calls. Prerequisite for efficient 32/64 bit prototype guards. | ||||
* | Move dispatch tables out of GG_State struct. | Mike Pall | 2010-02-11 | 1 | -13/+10 |
| | |||||
* | Reset the hotcount table after a JIT off to on transition. | Mike Pall | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -1/+1 |
| | |||||
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -1/+1 |
| | | | | | | Get number of multiple results from C frame. Add lj_cont_hook: restores multres and dispatch to static ins. Can use fastcall for lj_dispatch_ins() now. | ||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+64 |