Re: [dwarf2out, elfos] Output assembly faster

2011-10-30 Thread Dimitrios Apostolou
Hello list, I updated this patch to latest trunk and also incorporated apinski's suggestion to use stpcpy() instead of a custom loop. Bootstrapped and tested again on i386, no regressions. The comments from my previous email still apply, I never got a reply: On Mon, 22 Aug 2011, Dimitrios Apos

Re: [dwarf2out, elfos] Output assembly faster

2011-08-22 Thread Andrew Pinski
On Mon, Aug 22, 2011 at 5:06 AM, Dimitrios Apostolou wrote: > Hello again, > > most of this patch was posted at the beginning of my GSOC adventure and > primarily is about replacing fprintf() calls with custom faster ones. From > that time I changed minor things you suggested, omitted some complex