Re: [PATCH 2/2] IPA ICF: use fibonacci heap instead of list as a worklist.

2019-06-03 Thread Jan Hubicka
> This is second part which has not a significant speed up but > it's mentioned in the Value Numbering algorithm as a useful heuristics. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > > 2019-06-03 Ma

[PATCH 2/2] IPA ICF: use fibonacci heap instead of list as a worklist.

2019-06-03 Thread Martin Liška
This is second part which has not a significant speed up but it's mentioned in the Value Numbering algorithm as a useful heuristics. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-06-03 Martin Liska *