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

[dwarf2out, elfos] Output assembly faster

2011-08-22 Thread Dimitrios Apostolou
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 complexities that offered minor speed-up, and made the code as clear as p