Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add links to interactive performance comparison to offline docs. | Mike Pall | 2010-03-19 | 8 | -1/+18 | |
| | ||||||
* | Fix TSETM on x64/SSE builds when table is resized. | Mike Pall | 2010-03-15 | 1 | -0/+1 | |
| | ||||||
* | Update changelog. | Mike Pall | 2010-03-15 | 2 | -1/+19 | |
| | ||||||
* | Add array bounds check elimination (-Oabc, on by default). | Mike Pall | 2010-03-15 | 1 | -0/+2 | |
| | ||||||
* | Add WinSDK v7.0 requirement for building on Windows/x64. | Mike Pall | 2010-03-09 | 1 | -2/+2 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta3v2.0.0-beta3 | Mike Pall | 2010-03-07 | 3 | -16/+13 | |
| | ||||||
* | Add OS/CPU/CC compatibility matrix to docs. Fix spelling. | Mike Pall | 2010-03-07 | 4 | -10/+59 | |
| | ||||||
* | Document jit.status(). | Mike Pall | 2010-03-04 | 1 | -0/+8 | |
| | ||||||
* | Update docs: native build default, cross-compilation, embedding. | Mike Pall | 2010-03-04 | 4 | -34/+65 | |
| | ||||||
* | Add support for recursion to changelog. | Mike Pall | 2010-03-02 | 1 | -0/+1 | |
| | ||||||
* | Enable tracing of recursion. | Mike Pall | 2010-03-01 | 1 | -4/+0 | |
| | | | | | Now compiles tail-recursion, up-recursion and down-recursion. Benchmarks vs. Lua: fib 20x, ack 23x, binary-trees 4.7x. | |||||
* | Enable JIT compiler for x64. | Mike Pall | 2010-02-28 | 5 | -23/+16 | |
| | | | | | | | Only works on Linux/x64 and Windows/x64 right now. Force an x64 build on Linux/x64 with: make CC="gcc -m64" NYI: handle on-trace OOM errors. NYI: improve register allocation for x64. | |||||
* | Randomize penalties for aborts and add blacklisting. | Mike Pall | 2010-02-23 | 1 | -3/+5 | |
| | ||||||
* | Update docs and changelog. | Mike Pall | 2010-02-17 | 3 | -18/+39 | |
| | ||||||
* | Just disable JIT compiler for non-SSE2 CPUs instead of aborting. | Mike Pall | 2010-02-16 | 1 | -4/+7 | |
| | ||||||
* | Implement return hooks for Lua functions (zero-cost if disabled). | Mike Pall | 2010-02-14 | 2 | -3/+3 | |
| | ||||||
* | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 2 | -1/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | Update docs with x64 build instructions. | Mike Pall | 2010-01-17 | 3 | -10/+62 | |
| | ||||||
* | Add build infrastructure for x64 interpreter. | Mike Pall | 2010-01-14 | 1 | -0/+3 | |
| | | | | | Must be explicitly enabled with: make clean && make "CC=gcc -m64" Only works on Linux/x64. Does not work on WIN64 or OSX/x64 (yet). | |||||
* | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 10 | -19/+19 | |
| | ||||||
* | Implement yield from C hooks. | Mike Pall | 2009-12-30 | 1 | -0/+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. | |||||
* | Fix text about x64 port in status page. | Mike Pall | 2009-12-09 | 1 | -5/+4 | |
| | ||||||
* | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 4 | -10/+26 | |
| | | | | | | | | 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 | 6 | -39/+249 | |
| | ||||||
* | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 11 | -0/+1982 | |