Age | Commit message (Expand) | Author |
---|---|---|
2021-10-25 | LibJS: Always inline the bytecode instruction iterator's operator++ | Andreas Kling |
2021-06-15 | LibJS: Add a basic pass manager and add some basic passes | Ali Mohammad Pur |
2021-06-15 | LibJS: Make basic block size customizable | Ali Mohammad Pur |
2021-06-10 | LibJS: Allocate 4 KiB for Bytecode::BasicBlock | Andreas Kling |
2021-06-09 | LibJS: Store strings in a string table | Gunnar Beutner |
2021-06-09 | LibJS: Generate bytecode in basic blocks instead of one big block | Ali Mohammad Pur |