Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Verifier to Use Requires #548

Closed
DavePearce opened this issue Nov 18, 2015 · 1 comment
Closed

Update Verifier to Use Requires #548

DavePearce opened this issue Nov 18, 2015 · 1 comment
Assignees
Labels

Comments

@DavePearce
Copy link
Member

The Whiley Rewrite Language now supports the use of a special requires clause to help offload conditional information into the probe() function. To utilise this we need to update the verifier to make use of it.

@DavePearce
Copy link
Member Author

Done, and tested.

DavePearce added a commit that referenced this issue Nov 19, 2015
WyRL now supports the requires clause which allows some conditions to be
placed into the "probe()" function.  This can improve performance as it
results in fewer unnecessary probes returning true.  In this commit,
I've been through the solver and updated the rewrite rules to use the
new requires clause where possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant