summaryrefslogtreecommitdiff
path: root/doc/status.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update docs: native build default, cross-compilation, embedding.Mike Pall2010-03-041-5/+9
|
* Enable tracing of recursion.Mike Pall2010-03-011-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 Pall2010-02-281-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 Pall2010-02-171-6/+0
|
* Just disable JIT compiler for non-SSE2 CPUs instead of aborting.Mike Pall2010-02-161-4/+7
|
* Implement return hooks for Lua functions (zero-cost if disabled).Mike Pall2010-02-141-2/+2
|
* Implement call hooks (zero-cost if disabled).Mike Pall2010-02-141-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-2/+2
|
* Fix text about x64 port in status page.Mike Pall2009-12-091-5/+4
|
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-3/+18
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+235