aboutsummaryrefslogtreecommitdiff
path: root/doc/api.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split up extension/API docs into sub-pages.Mike Pall2010-11-091-337/+0
|
* Fix anchors in API docs.Mike Pall2010-11-011-2/+2
|
* Turn traces into true GC objects (GCtrace).Mike Pall2010-04-251-6/+7
|
* Add links to interactive performance comparison to offline docs.Mike Pall2010-03-191-0/+2
|
* Add OS/CPU/CC compatibility matrix to docs. Fix spelling.Mike Pall2010-03-071-4/+4
|
* Document jit.status().Mike Pall2010-03-041-0/+8
|
* Major redesign of function call handling.Mike Pall2010-02-131-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 Pall2010-01-201-5/+5
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-2/+2
|
* Fast forward to sync public repo.Mike Pall2009-12-081-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-beta2Mike Pall2009-12-081-6/+141
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+203