summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Bytecode/BasicBlock.cpp
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-19AK+LibGfx+LibJS: Pass -1 as the file descriptor to anonymous mmapDaniel Bertalan
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