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

Add ProgramEvidence class to store the results of modular analysis #287

Open
ChrisTimperley opened this issue Dec 6, 2020 · 1 comment

Comments

@ChrisTimperley
Copy link
Collaborator

To allow Darjeeling to efficiently exploit the results of multiple, modular analyses, we should add a ProgramEvidence class that simply records named, immutable articles of evidence that can be used during repair (or further analysis steps).

In a subsequent update, we allow individual analysis and repair operations to specify the evidence that they require and produce via requires and produces. We can then use an efficient scheduler to split the workload of collecting evidence across as many cores as possible.

@ChrisTimperley
Copy link
Collaborator Author

This is a more general approach to #265

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant