Re: Turn LTO byte i/o functions inline

2011-05-02 Thread Richard Guenther
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

Turn LTO byte i/o functions inline

2011-05-02 Thread Jan Hubicka
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