Re: [C++ patch] Re: Free more of CFG in release_function_body

2020-11-30 Thread Jason Merrill via Gcc-patches
On 11/27/20 8:26 AM, Jan Hubicka wrote: On Wed, Nov 25, 2020 at 3:11 PM Jan Hubicka wrote: On Tue, 24 Nov 2020, Jan Hubicka wrote: Hi, at the end of processing function body we loop over basic blocks and free all edges while we do not free the rest. I think this is leftover from time eges

Re: [C++ patch] Re: Free more of CFG in release_function_body

2020-11-29 Thread Jeff Law via Gcc-patches
On 11/27/20 6:26 AM, Jan Hubicka wrote: >>> On Wed, Nov 25, 2020 at 3:11 PM Jan Hubicka wrote: > On Tue, 24 Nov 2020, Jan Hubicka wrote: > >> Hi, >> at the end of processing function body we loop over basic blocks and >> free all edges while we do not free the rest. I think

[C++ patch] Re: Free more of CFG in release_function_body

2020-11-27 Thread Jan Hubicka
> > On Wed, Nov 25, 2020 at 3:11 PM Jan Hubicka wrote: > > > > > > > On Tue, 24 Nov 2020, Jan Hubicka wrote: > > > > > > > > > Hi, > > > > > at the end of processing function body we loop over basic blocks and > > > > > free all edges while we do not free the rest. I think this is > > > > > left