Re: [PATCH 5/6] ipa-cp: Add dumping of overall_size after cloning

2020-09-29 Thread Jan Hubicka
> When experimenting with IPA-CP parameters, especially when looking > into exchange2_r, it has been very useful to know what the value of > overall_size is at different stages of the decision process. This > patch therefore adds it to the generated dumps. > > gcc/ChangeLog: > > 2020-09-07 Mart

[PATCH 5/6] ipa-cp: Add dumping of overall_size after cloning

2020-09-29 Thread Martin Jambor
When experimenting with IPA-CP parameters, especially when looking into exchange2_r, it has been very useful to know what the value of overall_size is at different stages of the decision process. This patch therefore adds it to the generated dumps. gcc/ChangeLog: 2020-09-07 Martin Jambor

[PATCH 5/6] ipa-cp: Add dumping of overall_size after cloning

2020-09-07 Thread Martin Jambor
Hi, when experimenting with IPA-CP parameters, especially when looking into exchange2_r, it has been very useful to know what the value of overall_size is at different stages of the decision process. This patch therefore adds it to the generated dumps. Bootstrapped and tested and LTO bootstrappe