mirror of
https://github.com/RGBCube/serenity
synced 2026-01-21 10:11:00 +00:00
To achieve this it now uses recursive descend, to make the state managements easier. With this we now correctly handle try-catch-finally blocks correctly, modeling all possible controll flows between these blocks, which allows analysis and optimization passes to make more accurate descisions about accessibility of the enclosed blocks |
||
|---|---|---|
| .. | ||
| DumpCFG.cpp | ||
| GenerateCFG.cpp | ||
| LoadElimination.cpp | ||
| MergeBlocks.cpp | ||
| PlaceBlocks.cpp | ||
| UnifySameBlocks.cpp | ||