Age | Commit message (Expand) | Author |
---|---|---|
2021-06-07 | LibJS: Devirtualize and pack the bytecode stream :^) | Andreas Kling |
2021-06-07 | LibJS: Add basic support for "continue" in the bytecode VM | Andreas Kling |
2021-06-07 | LibJS: Add basic support for while loops in the bytecode engine | Andreas Kling |
2021-06-07 | LibJS: Make Bytecode::Generator::emit() return the created instruction | Andreas Kling |
2021-06-07 | LibJS: Start fleshing out a bytecode for the JavaScript engine :^) | Andreas Kling |