Re: [RFC PATCH 2/3] Use call_summary in ipa-prop and ipa-cp

2017-02-28 Thread Martin Jambor
Hi, On Tue, Feb 28, 2017 at 11:50:01AM +0100, jh wrote: > Dne 2017-02-27 17:35, Martin Jambor napsal: > > Hello, > > > > this is patch is afairly straightforward conversion from use of a > > vector indexed by edge->uid to use of the new call_summary from the > > previous patch. > > > > The patch

Re: [RFC PATCH 2/3] Use call_summary in ipa-prop and ipa-cp

2017-02-28 Thread jh
Dne 2017-02-27 17:35, Martin Jambor napsal: Hello, this is patch is afairly straightforward conversion from use of a vector indexed by edge->uid to use of the new call_summary from the previous patch. The patch is generally a cleanup, hashing is a nicer method of keeping call-site related infor

[RFC PATCH 2/3] Use call_summary in ipa-prop and ipa-cp

2017-02-27 Thread Martin Jambor
Hello, this is patch is afairly straightforward conversion from use of a vector indexed by edge->uid to use of the new call_summary from the previous patch. The patch is generally a cleanup, hashing is a nicer method of keeping call-site related information than a gigantic vector that we never sh