On Mon, 2 May 2011, Jan Hubicka wrote:
> Hi,
> lto_input_1_unsigned and lto_output_1_stream are the most frequently called
> functions
> during the WPA stage. Obviously these are simple accesors that should be
> inline.
> Note that even with LTO bootstrap these won't get inlined unless we decla
Hi,
lto_input_1_unsigned and lto_output_1_stream are the most frequently called
functions
during the WPA stage. Obviously these are simple accesors that should be
inline.
Note that even with LTO bootstrap these won't get inlined unless we declare them
inline or use -O3 or FDO.
Bootstrapped/regt