This is the mail archive of the gcc@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: Tremendous increase in compile times for 3.4.1 with -mcpu=G5


> I believe Sparc V8plus mode is the only thing similar.  That might well
> have the same problem.

I would not think so.  SPARC V8+ is a much more limited mixed mode than PPC
G5 as far as I know.  And my understanding is that, in this mode, the
back-end does 64-bit computation behind the back of the middle-end, in
particular of the register allocator which still thinks everything is
32-bit.  And of course, as rth would put it, lie to reload and it will have
its revenge (e.g. PR target/12958).

--
Eric Botcazou


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