summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/BasicBlock.h
AgeCommit message (Expand)Author
2021-06-15LibJS: Make basic block size customizableAli Mohammad Pur
2021-06-11LibJS: Automatically split linear bytecode into multiple blocksAli Mohammad Pur
2021-06-10LibJS: Implement bytecode generation for try..catch..finallyGunnar Beutner
2021-06-09LibJS: Store strings in a string tableGunnar Beutner
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur