summaryrefslogtreecommitdiff
path: root/src/host/buildvm_libbc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make embedded bytecode readable and forward-compatible.Mike Pall2022-06-131-34/+59
* Fix loop initialization in table.foreach().Mike Pall2022-05-201-30/+30
* Add some more extensions from Lua 5.2/5.3.Mike Pall2017-01-171-3/+14
* 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
* 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