On Fri, Jan 29, 2021 at 05:27:13PM +0100, Richard Biener wrote:
> > > + df_process_deferred_rescans ();
> >
> > rather than here?
> > The pass these days does two separate optimizations, and only one of those
> > creates the use uninitialized pseudo and at the end initialize it.
> > The other opt
On Fri, 29 Jan 2021, Jakub Jelinek wrote:
> On Fri, Jan 29, 2021 at 04:43:49PM +0100, Richard Biener wrote:
> > 2021-01-29 Richard Biener
> >
> > PR rtl-optimization/98863
> > * config/i386/i386-features.c (remove_partial_avx_dependency):
> > Do not perform DF analysis.
> > (pa
On Fri, Jan 29, 2021 at 04:43:49PM +0100, Richard Biener wrote:
> 2021-01-29 Richard Biener
>
> PR rtl-optimization/98863
> * config/i386/i386-features.c (remove_partial_avx_dependency):
> Do not perform DF analysis.
> (pass_data_remove_partial_avx_dependency): Remove
>
On Fri, 29 Jan 2021, Jan Hubicka wrote:
> > On Fri, 29 Jan 2021, Jan Hubicka wrote:
> >
> > > > This removes adding very expensive DF problems which we do not
> > > > use and which somehow cause 5GB of memory to leak.
>
> Reading through the logs, isn't the leak just caused by tings going to
> m
> On Fri, 29 Jan 2021, Jan Hubicka wrote:
>
> > > This removes adding very expensive DF problems which we do not
> > > use and which somehow cause 5GB of memory to leak.
Reading through the logs, isn't the leak just caused by tings going to
memory pool that we do not trim during late optimization
On Fri, 29 Jan 2021, Jan Hubicka wrote:
> > This removes adding very expensive DF problems which we do not
> > use and which somehow cause 5GB of memory to leak.
>
> Impressive :)
> >
> > Bootstrap & regtest running on x86_64-unknown-linux-gnu.
> >
> > 2021-01-29 Richard Biener
> >
> >
> This removes adding very expensive DF problems which we do not
> use and which somehow cause 5GB of memory to leak.
Impressive :)
>
> Bootstrap & regtest running on x86_64-unknown-linux-gnu.
>
> 2021-01-29 Richard Biener
>
> PR rtl-optimization/98863
> * config/i386/i386-featur