You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andproduces
. We can then use an efficient scheduler to split the workload of collecting evidence across as many cores as possible.The text was updated successfully, but these errors were encountered: