Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -0/+15 |
| | |||||
* | Replace string.len with bytecode builtin. | Mike Pall | 2013-04-26 | 1 | -15/+17 |
| | |||||
* | Replace table.remove with bytecode builtin. | Mike Pall | 2013-02-24 | 1 | -2/+7 |
| | |||||
* | Replace table.getn/foreach/foreachi with bytecode builtins. | Mike Pall | 2013-02-23 | 1 | -2/+10 |
| | |||||
* | Add special bytecodes for builtins. | Mike Pall | 2013-02-23 | 1 | -2/+2 |
| | | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key. | ||||
* | Replace math.deg/math.rad with builtin Lua function. | Mike Pall | 2013-02-22 | 1 | -2/+5 |
| | |||||
* | Add support for embedding LuaJIT bytecode for builtins. | Mike Pall | 2013-02-22 | 1 | -0/+12 |