Re: [PATCH] Reduce compile time hog in symbol-summary.h

2016-04-29 Thread Jan Hubicka
> Hello. > > For every created function_summary, we validate (with flag_checking) that > all cgraph_nodes have summary_uid > 0. It produces a compile hog. > It's sufficient to validate that for nodes that really utilize a function > summary. > > Patch can bootstrap®test on ppc64le-linux-gnu. >

[PATCH] Reduce compile time hog in symbol-summary.h

2016-04-29 Thread Martin Liška
Hello. For every created function_summary, we validate (with flag_checking) that all cgraph_nodes have summary_uid > 0. It produces a compile hog. It's sufficient to validate that for nodes that really utilize a function summary. Patch can bootstrap®test on ppc64le-linux-gnu. Ready for trunk? M