summaryrefslogtreecommitdiff
path: root/src/host/buildvm_libbc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-0/+15
|
* Replace string.len with bytecode builtin.Mike Pall2013-04-261-15/+17
|
* Replace table.remove with bytecode builtin.Mike Pall2013-02-241-2/+7
|
* Replace table.getn/foreach/foreachi with bytecode builtins.Mike Pall2013-02-231-2/+10
|
* Add special bytecodes for builtins.Mike Pall2013-02-231-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 Pall2013-02-221-2/+5
|
* Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-0/+12