-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move rendezvous opt out out of exit_with
The purpose of this seemingly irrelevant change is to ensure we opt out of the rendezvous protocol as soon as error() is called when MAX_ERRORS == 1. In upcoming changes to ensure we get the shortest resulting trace, we're going to loop indefinitely in error(). This is only possible without livelocking if we're no longer part of the thread rendezvous protocol. Github: related to #131 "minimal trace mode"
- Loading branch information
Showing
2 changed files
with
18 additions
and
2 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