ladybird/Userland/Libraries/LibJS/Bytecode/Pass
MacDue 17a5af04e3 LibJS: Actually generate the bytecode CFG
This is just something I spotted looking around the code, previously
the PassPipelineExecutable was passed by value to
generate_cfg_for_block, which generated the CFG then just dropped it on
the floor. Making this a reference results in the CFG actually getting
generated.
2023-07-21 06:59:51 +02:00
..
DumpCFG.cpp LibJS: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenerateCFG.cpp LibJS: Actually generate the bytecode CFG 2023-07-21 06:59:51 +02:00
LoadElimination.cpp LibJS/Bytecode: Generate bytecode for deleting super properties 2023-07-07 18:11:51 +02:00
MergeBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
PlaceBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
UnifySameBlocks.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00