Age | Commit message (Expand) | Author |
---|---|---|
2021-06-15 | LibJS: Add a basic pass manager and add some basic passes | Ali Mohammad Pur |
2021-06-09 | LibJS: Generate bytecode in basic blocks instead of one big block | Ali Mohammad Pur |
2021-06-07 | LibJS: Devirtualize and pack the bytecode stream :^) | Andreas Kling |
2021-06-07 | LibJS: Add basic support for while loops in the bytecode engine | Andreas Kling |