| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update docs: native build default, cross-compilation, embedding. | Mike Pall | 2010-03-04 | 1 | -5/+9 |
| | | |||||
| * | 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 | 1 | -4/+3 |
| | | | | | | | | 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. | ||||
| * | Update docs and changelog. | Mike Pall | 2010-02-17 | 1 | -6/+0 |
| | | |||||
| * | 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 | 1 | -2/+2 |
| | | |||||
| * | Implement call hooks (zero-cost if disabled). | Mike Pall | 2010-02-14 | 1 | -1/+1 |
| | | |||||
| * | Bump all copyright dates to 2010. | Mike Pall | 2010-01-09 | 1 | -2/+2 |
| | | |||||
| * | Fix text about x64 port in status page. | Mike Pall | 2009-12-09 | 1 | -5/+4 |
| | | |||||
| * | RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2 | Mike Pall | 2009-12-08 | 1 | -3/+18 |
| | | |||||
| * | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+235 |
