Skip to content

Speed up resolution of control flow dependencies

Rosen Matev requested to merge rm-scheduler-resolve into master

fixes #205 (closed)

The time of the dependency resolution for the hlt2_all_lines test is reduced to about 40 seconds (for a debug build).

I think more speed up is possible but given that the unusually complicated control flow tree due to !3268 (merged) is temporary, optimization is probably not worth it.

Edited by Rosen Matev

Merge request reports