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 rtl-optimization/21485] [4.0/4.1 Regression] BYTEmark numsort: codegen regression with -O3



------- Comment #11 from mmitchel at gcc dot gnu dot org  2005-10-31 03:21 -------
We need more analysis on these kinds of issues.

So, we're doing a worse job on register allocation.  Is that because the
register allocator got worse, or because we're giving it a harder problem to
solve?  If the latter, what's responsible, and is there anything we can do
about it?  We need that kind of information to make an intelligent decision
about whether or not we should try to fix this, or just chalk it up to the fact
that there's always variability between releases.


-- 


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


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