summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/BasicBlock.cpp
AgeCommit message (Expand)Author
2021-10-25LibJS: Always inline the bytecode instruction iterator's operator++Andreas Kling
2021-06-15LibJS: Add a basic pass manager and add some basic passesAli Mohammad Pur
2021-06-15LibJS: Make basic block size customizableAli Mohammad Pur
2021-06-10LibJS: Allocate 4 KiB for Bytecode::BasicBlockAndreas Kling
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