This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/52391] [4.7 regression] genattrtab almost 5X slower for m68k than in 4.6 and earlier releases


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52391

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-27 23:16:09 UTC ---
Yeah, before that the huge conditions wouldn't be optimized, because the
SYMBOL_REFs in them wouldn't rtx_equal_p even when they had the same strings.

The question is if the test optimization can be improved, but in any case this
doesn't look like a very important regression, it is much more important how
fast is the insn-attrtab.c code than how long it takes to generate it.  The
former is used for all compilations, the latter only once (or 3 times for
bootstrap) during gcc build.


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