Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | callstatus, OP_LE, OP_JMP, tests use L.top | Benoit Giannangeli | 2017-02-08 |
| | |||
* | First CallInfo expects LUA_MULTRET results | Benoit Giannangeli | 2017-02-07 |
| | |||
* | postcall and precall | Benoit Giannangeli | 2017-02-06 |
| | | | | | | In the tests, we just look at the last n elements of the stack to check our results. This is because the executed script itself doesn't expect any result, so we did not put results at L.top. | ||
* | Fixed bad use of L.top | Benoit Giannangeli | 2017-02-05 |
| | |||
* | CLOSURE, CALL | Benoit Giannangeli | 2017-02-04 |
| | |||
* | VM Tests, OP_MOVE, OP_LOAK, partial OP_RETURN | Benoit Giannangeli | 2017-02-03 |
| | |||
* | Dispatch loop | Benoit Giannangeli | 2017-02-03 |
| | |||
* | Lua VM | Benoit Giannangeli | 2017-02-03 |
| | |||
* | readHeader | Benoit Giannangeli | 2017-02-02 |
| | |||
* | Following Lua's source code as closely as possible | Benoit Giannangeli | 2017-02-02 |