Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-07-03 Thread Giuliano Belinassi
Hi, Jeff. On 07/02, Jeff Law wrote: > On 1/24/19 12:51 PM, Giuliano Belinassi wrote: > > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > > 'expand_all_functions' and 'ipa_passes', respectivelly. > > > >

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-07-02 Thread Jeff Law
On 1/24/19 12:51 PM, Giuliano Belinassi wrote: > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > 'expand_all_functions' and 'ipa_passes', respectivelly. > > The main point of this is that these functions

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-06-20 Thread Jeff Law
On 6/19/19 2:26 PM, Giuliano Belinassi wrote: > On 06/19, Jeff Law wrote: >> On 1/24/19 12:51 PM, Giuliano Belinassi wrote: >>> This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and >>> 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions >>> 'expand_all_functions' and

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-06-19 Thread Giuliano Belinassi
Hi, Oh, I have completely forgotten about this patch On 06/19, Jeff Law wrote: > On 1/24/19 12:51 PM, Giuliano Belinassi wrote: > > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > >

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-06-19 Thread Jeff Law
On 1/24/19 12:51 PM, Giuliano Belinassi wrote: > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > 'expand_all_functions' and 'ipa_passes', respectivelly. > > The main point of this is that these functions

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-01-28 Thread Richard Biener
On Mon, Jan 28, 2019 at 2:16 PM Giuliano Belinassi wrote: > > On 01/28, Richard Biener wrote: > > On Thu, Jan 24, 2019 at 8:51 PM Giuliano Belinassi > > wrote: > > > > > > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > > > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-01-28 Thread Giuliano Belinassi
On 01/28, Richard Biener wrote: > On Thu, Jan 24, 2019 at 8:51 PM Giuliano Belinassi > wrote: > > > > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > > 'expand_all_functions' and 'ipa_passes',

Re: [PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-01-28 Thread Richard Biener
On Thu, Jan 24, 2019 at 8:51 PM Giuliano Belinassi wrote: > > This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and > 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions > 'expand_all_functions' and 'ipa_passes', respectivelly. > > The main point of this is that these

[PATCH] Wrap 'expand_all_functions' and 'ipa_passes' around timevars

2019-01-24 Thread Giuliano Belinassi
This patch adds two variables named 'TV_CGRAPH_FUNC_EXPANSION' and 'TV_CGRAPH_IPA_PASSES' that count the elapsed time of the functions 'expand_all_functions' and 'ipa_passes', respectivelly. The main point of this is that these functions takes a very long time when compiling the 'gimple-match.c'