Diego Novillo <dnovi...@google.com> writes: > On Mon, Sep 26, 2011 at 14:42, Jan Hubicka <hubi...@ucw.cz> wrote: >> Hi, >> this patch implements slim LTO. It is updated version of Andi's patch. It is >> done by terminating IPA optimization after analyzing and outputting LTO and >> in >> compile_file skipping stuff that outputs assembly. > > Nice! Have you measured object size reduction factors? Compilation > time differences?
The other obvious way to make it faster would be to skip the assembler for slim LTO and just output the data directly. There's not much need for it with LTO. But that's a larger project. -Andi -- a...@linux.intel.com -- Speaking for myself only