Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up extension/API docs into sub-pages. | Mike Pall | 2010-11-09 | 1 | -337/+0 |
| | |||||
* | Fix anchors in API docs. | Mike Pall | 2010-11-01 | 1 | -2/+2 |
| | |||||
* | Turn traces into true GC objects (GCtrace). | Mike Pall | 2010-04-25 | 1 | -6/+7 |
| | |||||
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Add OS/CPU/CC compatibility matrix to docs. Fix spelling. | Mike Pall | 2010-03-07 | 1 | -4/+4 |
| | |||||
* | Document jit.status(). | Mike Pall | 2010-03-04 | 1 | -0/+8 |
| | |||||
* | Major redesign of function call handling. | Mike Pall | 2010-02-13 | 1 | -25/+13 |
| | | | | | | | | | | | 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. | ||||
* | Update docs about exception handling. | Mike Pall | 2010-01-20 | 1 | -5/+5 |
| | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -2/+2 |
| | |||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. | ||||
* | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -6/+141 |
| | |||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+203 |