aboutsummaryrefslogtreecommitdiff
path: root/src/host/genlibbc.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix genlibbc.Mike Pall2013-02-241-1/+1
|
* Add special bytecodes for builtins.Mike Pall2013-02-231-8/+100
| | | | | BC_ISTYPE, BC_ISNUM: fast type checks/coercions. BC_TGETR, BC_TSETR: fast rawgeti/rawseti, no type checks for table/key.
* Don't modify generated libbc header if unchanged.Mike Pall2013-02-221-19/+56
|
* Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-0/+68