summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/Label.h
AgeCommit message (Expand)Author
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur
2021-06-07LibJS: Devirtualize and pack the bytecode stream :^)Andreas Kling
2021-06-07LibJS: Add basic support for while loops in the bytecode engineAndreas Kling