Files
luajit/doc
Mike Pall c93138b59e Major redesign of function call handling.
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.
2010-02-13 04:51:56 +01:00
..
2009-12-08 19:46:35 +01:00
2010-01-09 14:28:11 +01:00
2010-01-09 14:28:11 +01:00
2010-01-09 14:28:11 +01:00
2010-01-09 14:28:11 +01:00
2010-01-09 14:28:11 +01:00