aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major redesign of function call handling.Mike Pall2010-02-131-5/+7
| | | | | | | | | | | 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.
* Reduce whitespace in lj_bcdef.h.Mike Pall2010-02-081-4/+4
|
* Move bytecode offsets from lj_vm.* to generated header.Mike Pall2010-02-051-0/+16
|
* Add build infrastructure for x64 interpreter.Mike Pall2010-01-141-1/+7
| | | | | 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 Pall2010-01-091-1/+1
|
* Remove asm auto-detection due to cross-compilation issues.Mike Pall2009-12-081-10/+0
|
* Fast forward to sync public repo.Mike Pall2009-12-081-1/+13
| | | | | | | | 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-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+438