Re: [PATCH 13/14] Make cgraph_edge::uid really unique.

2018-06-07 Thread Richard Biener
On Thu, Jun 7, 2018 at 2:36 PM Jan Hubicka wrote: > > > On Thu, Jun 7, 2018 at 2:19 PM Jan Hubicka wrote: > > > > > > > > > > > gcc/ChangeLog: > > > > > > > > 2018-04-24 Martin Liska > > > > > > > > * cgraph.c (symbol_table::create_edge): Always assign a new > > > > unique number.

Re: [PATCH 13/14] Make cgraph_edge::uid really unique.

2018-06-07 Thread Jan Hubicka
> On Thu, Jun 7, 2018 at 2:19 PM Jan Hubicka wrote: > > > > > > > > gcc/ChangeLog: > > > > > > 2018-04-24 Martin Liska > > > > > > * cgraph.c (symbol_table::create_edge): Always assign a new > > > unique number. > > > (symbol_table::free_edge): Do not recycle numbers. > > >

Re: [PATCH 13/14] Make cgraph_edge::uid really unique.

2018-06-07 Thread Richard Biener
On Thu, Jun 7, 2018 at 2:19 PM Jan Hubicka wrote: > > > > > gcc/ChangeLog: > > > > 2018-04-24 Martin Liska > > > > * cgraph.c (symbol_table::create_edge): Always assign a new > > unique number. > > (symbol_table::free_edge): Do not recycle numbers. > > * cgraph.h (cgraph

Re: [PATCH 13/14] Make cgraph_edge::uid really unique.

2018-06-07 Thread Jan Hubicka
> > gcc/ChangeLog: > > 2018-04-24 Martin Liska > > * cgraph.c (symbol_table::create_edge): Always assign a new > unique number. > (symbol_table::free_edge): Do not recycle numbers. > * cgraph.h (cgraph_edge::get): New method. > * symbol-summary.h (symtab_removal)

[PATCH 13/14] Make cgraph_edge::uid really unique.

2018-05-17 Thread marxin
gcc/ChangeLog: 2018-04-24 Martin Liska * cgraph.c (symbol_table::create_edge): Always assign a new unique number. (symbol_table::free_edge): Do not recycle numbers. * cgraph.h (cgraph_edge::get): New method. * symbol-summary.h (symtab_removal): Use it.