search for: proifiledata

Displaying 3 results from an estimated 3 matches for "proifiledata".

Did you mean: profiledata
2016 Apr 18
4
Move InlineCost.cpp out of Analysis?
...just* an annotation on the IR. I think the problem here is that we have failed to build a proper separate abstraction around the interprocedural profile data that is extracted from IR annotations. That abstraction should have nothing to do with reading profile data and so shouldn't live in the ProifileData library, it should (IMO) live in the Analysis library. I'll add a module level pass as you suggest, but that still needs > breaking the ProfileData->Analysis dependence chain. > Well, this will also re-highlight the fundamental pass manager problem as you won't have easy access...
2016 Apr 18
2
Move InlineCost.cpp out of Analysis?
...ink the problem here is that we have failed to build a proper > separate abstraction around the interprocedural profile data that > is extracted from IR annotations. That abstraction should have > nothing to do with reading profile data and so shouldn't live in > the ProifileData library, it should (IMO) live in the Analysis > library. > > I'll add a module level pass as you suggest, but that still > needs breaking the ProfileData->Analysis dependence chain. > > > Well, this will also re-highlight the fundamental pass ma...
2016 Apr 18
6
Move InlineCost.cpp out of Analysis?
On Mon, Apr 18, 2016 at 2:48 PM Hal Finkel <hfinkel at anl.gov> wrote: > > > ------------------------------ > > *From: *"Xinliang David Li" <davidxl at google.com> > > On Mon, Apr 18, 2016 at 2:33 PM, Mehdi Amini <mehdi.amini at apple.com> > wrote: >> >> In the current case at stake: the issue is that we can't make the >>