-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abstract proof trace writer at event level (#1136)
This PR refactors the proof trace writer to be abstract at the event generation level, rather than the byte stream level. We do this in order to be able to use alternative ways of communicating the proof hints that do not require writing the trace to a file, such as triggering of callback invocations. The PR can be reviewed commit by commit: - the 1st commit removes an unused flag from main.ll - the 2nd commit adds the new abstract `proof_trace_writer` and a subclass that writes in a file as before. - the 3rd commit removes the old `proof_trace_writer` that operated at the level of writing byte streams.
- Loading branch information
Showing
11 changed files
with
622 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.