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

Design Abstract Domain abstraction and implement some domains #30

Closed
hermanventer opened this issue Jan 10, 2019 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@hermanventer
Copy link
Collaborator

Flesh out abstract_domains.rs, abstract_value.rs, constant_value.rs, etc, by:

  1. Adding transfer functions for all MIR operations.
  2. Add constructors that can create domains on demand, given an expression domain.
  3. Adding helper methods to query properties of abstract values, such as subset, relational operators and so on.
  4. Make widen on the expression domain smarter.
@hermanventer hermanventer added the enhancement New feature or request label Jan 10, 2019
@hermanventer hermanventer self-assigned this Jan 10, 2019
@hermanventer
Copy link
Collaborator Author

Replaced with a milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant