> On 11-09-27 13:00 , Andi Kleen wrote: > >> 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. > > Agreed. That's what we do with pph images. > >> But that's a larger project. > > Indeed.
Well, it should not be that hard given that we handle direct output of .o files for WHOPR. Would be nice to have, but it is not top of my priority list right now... Honza > > > Diego.