@Honza: PING^1

On 2/22/19 11:59 AM, Martin Liška wrote:
> 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.
> ---
>  gcc/cgraph.c | 14 +++++++-------
>  gcc/symtab.c | 39 +++++++++++++++++++++++----------------
>  2 files changed, 30 insertions(+), 23 deletions(-)
> 
> 

Reply via email to