This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [testsuite, ada] Convert ACATS to DejaGnu (PR testsuite/37703)


On Tue, Feb 1, 2011 at 5:22 PM, Rainer Orth <ro@cebitec.uni-bielefeld.de> wrote:
> Richard Guenther <richard.guenther@gmail.com> writes:
>
>> I can't reproduce it so please debug where all the time is spent for you.
>
> The collect and analyzer tools from the Studio compilers proved helpful
> since they allowed to investigate this without rebuilding cc1 with
> profiling enabled. ?What I found is shocking: 97% of the time is spent
> in varasm.c (assemble_string), no doubt due to the version of
> ASM_OUTPUT_ASCII in i386/sysv4.h. ;-(

Maybe you don't have fputc_unlocked?

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]