search for: analysisresult

Displaying 6 results from an estimated 6 matches for "analysisresult".

2016 Jul 15
5
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...sis" part of the tuple above, making things > > much > > simpler (and handling dependencies is much simpler too). > > To clarify, it seems like the current new PM is essentially trying to > solve the problem of maintaining/updating a mapping: > (Analysis, IRUnit) -> AnalysisResult > where the AnalysisResult's can have an arbitrary dependency on an > arbitrary set of other AnalysisResult's currently maintained in this > mapping. In order to invalidate any AnalysisResult you need to > invalidate all AnalysisResult's that transitively depend on it. >...
2016 Jul 15
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...cies is much simpler too). > > > > > > > > > To clarify, it seems like the current new PM is essentially > > > trying > > > to > > > solve the problem of maintaining/updating a mapping: > > > > > > (Analysis, IRUnit) -> AnalysisResult > > > > > > where the AnalysisResult's can have an arbitrary dependency on an > > > arbitrary set of other AnalysisResult's currently maintained in > > > this > > > mapping. In order to invalidate any AnalysisResult you need to > > > i...
2016 Jul 15
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...cies is much simpler too). > > > > > > > > > To clarify, it seems like the current new PM is essentially > > > trying > > > to > > > solve the problem of maintaining/updating a mapping: > > > > > > (Analysis, IRUnit) -> AnalysisResult > > > > > > where the AnalysisResult's can have an arbitrary dependency on an > > > arbitrary set of other AnalysisResult's currently maintained in > > > this > > > mapping. In order to invalidate any AnalysisResult you need to > > > i...
2016 Jul 15
4
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...tuple above, making things much simpler >>> (and handling dependencies is much simpler too). >>> >> >> To clarify, it seems like the current new PM is essentially trying to >> solve the problem of maintaining/updating a mapping: >> (Analysis, IRUnit) -> AnalysisResult >> where the AnalysisResult's can have an arbitrary dependency on an >> arbitrary set of other AnalysisResult's currently maintained in this >> mapping. In order to invalidate any AnalysisResult you need to invalidate >> all AnalysisResult's that transitively dep...
2016 Aug 08
2
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
...ngs much simpler >>>> (and handling dependencies is much simpler too). >>>> >>> >>> To clarify, it seems like the current new PM is essentially trying to >>> solve the problem of maintaining/updating a mapping: >>> (Analysis, IRUnit) -> AnalysisResult >>> where the AnalysisResult's can have an arbitrary dependency on an >>> arbitrary set of other AnalysisResult's currently maintained in this >>> mapping. In order to invalidate any AnalysisResult you need to invalidate >>> all AnalysisResult's that...
2016 Jul 14
4
[PM] I think that the new PM needs to learn about inter-analysis dependencies...
On Wed, Jul 13, 2016 at 1:48 AM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Wed, Jul 13, 2016 at 12:34 AM, Chandler Carruth <chandlerc at gmail.com> > wrote: > >> On Wed, Jul 13, 2016 at 12:25 AM Sean Silva <chisophugis at gmail.com> >> wrote: >> >>> On Tue, Jul 12, 2016 at 11:39 PM, Chandler Carruth <chandlerc at