-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Area:FuzzerSpecifically affecting the program mutatorSpecifically affecting the program mutatorType:EnhancementNew feature or requestNew feature or request
Description
The fuzzer only generates strong cmpxchgs at the moment. This is mainly because it only generates known-true cmpxchgs, and weak cmpxchgs can't be used as known-true without loops (which might not terminate?). However, if we generate known-false cmpxchgs and deadcode cmpxchgs (these two probably need separate general issues), there is no reason why we shouldn't investigate weak ones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area:FuzzerSpecifically affecting the program mutatorSpecifically affecting the program mutatorType:EnhancementNew feature or requestNew feature or request