> Hi.
> 
> The patch makes a significant verifier speed up in a project that
> has a dtor for which we create ~70.000 clones.
> 
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
> 
> Ready to be installed?
> Thanks,
> Martin
> 
> gcc/ChangeLog:
> 
> 2019-02-22  Martin Liska  <mli...@suse.cz>
> 
>       * cgraph.c (cgraph_node::verify_node): Verify with a neighbour
>       which is equivalent to searching for this in clones chain.
>       * symtab.c (symtab_node::verify_base): Similarly compare ASM
>       names with a neighbour and special case first node in a chain.

OK, thanks!
Honza

Reply via email to