ladybird/Userland/Libraries/LibJS/Bytecode/Pass
Hendiadyoin1 133faa0acc LibJS: Remove FinishUnwind instruction
This is essentially a LeaveUnwind+Jump, so lets just do that, that will
make it easier to optimize it, or see unwind state transitions
2022-12-06 16:09:24 +03:30
..
DumpCFG.cpp
GenerateCFG.cpp LibJS: Remove FinishUnwind instruction 2022-12-06 16:09:24 +03:30
LoadElimination.cpp LibJS: Add an EliminateLoads pass to Bytecode 2022-12-03 15:25:05 +00:00
MergeBlocks.cpp LibJS: Don't try to merge blocks not ending in Jumps 2022-12-03 17:07:30 +03:30
PlaceBlocks.cpp
UnifySameBlocks.cpp LibJS: Don't mark blocks for unification multiple times 2022-12-03 17:07:30 +03:30