Re: [PATCH] Significantly speed up verifiers for a cgraph_node with many clones.

2019-03-07 Thread Jan Hubicka
> 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

Re: [PATCH] Significantly speed up verifiers for a cgraph_node with many clones.

2019-03-06 Thread Martin Liška
@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, >

[PATCH] Significantly speed up verifiers for a cgraph_node with many clones.

2019-02-22 Thread Martin Liška
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 * cgraph.c