GaloisInc / pate

Patches Assured up to Trace Equivalence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web interface is unresponsive on larger binaries

danmatichuk opened this issue · comments

Often the web interface will hang when the verifier is working on larger binaries. So far two reasons have been identified:

  1. the front-end is being redrawn for all verifier events, despite the vast majority of events not affecting the output
  2. intermediate proof events are not being streamed out during the proof, and instead are all dumped out at once when the proof is finished