Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make embedded bytecode readable and forward-compatible. | Mike Pall | 2022-06-13 | 1 | -34/+59 |
| | |||||
* | Fix loop initialization in table.foreach(). | Mike Pall | 2022-05-20 | 1 | -30/+30 |
| | | | | Reported by Daniel Steinberg. | ||||
* | Add some more extensions from Lua 5.2/5.3. | Mike Pall | 2017-01-17 | 1 | -3/+14 |
| | | | | Contributed by François Perrad. | ||||
* | 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 |