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/20969] unrolling does not take target register pressure into account.


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-12 16:26 -------
(In reply to comment #6)
> No but if we go your route, then every place where we do an 
> optimization, we
> will then need to teach it about register pressure which is wrong.  Only
> the register allocator should know.

Also note you are just working around the issue is that we don't have a good register allocator, fixing 
that will fix this correct.  Yes you have patches for the work around but that is not good enough any 
more.

-- 


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


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