GaloisInc / pate

Patches Assured up to Trace Equivalence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runDiscovery in Verification.hs doesn't need to be async anymore

travitch opened this issue · comments

Originally, we ran the two discovery processes asynchronously in parallel to speed up the verifier initialization. Now that code discovery is actually on-demand instead, this is no longer necessary. We should remove the async discovery runner.