Re: Cleanup tree merging

2018-09-03 Thread Richard Biener
On Mon, 3 Sep 2018, Jan Hubicka wrote: > Hi, > while dropping streaming of now unnecesary fields I forgot to update lto.c > side. This patch removes few checks form tree merging that will hopefully > make it bit faster. While doing that I also turned DECL_ASSEMBLER_NAME > check to use DECL_ASSEM

Cleanup tree merging

2018-09-02 Thread Jan Hubicka
Hi, while dropping streaming of now unnecesary fields I forgot to update lto.c side. This patch removes few checks form tree merging that will hopefully make it bit faster. While doing that I also turned DECL_ASSEMBLER_NAME check to use DECL_ASSEMBLER_NAME_RAW. lto-bootstraped/regtested x86_64-l