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: 0004-Set-pseudos-only-once.patch


On 06/16/10 09:57, Maxim Kuvyrkov wrote:
IRA and reload has special relationship with pseudos that are set only once. When such pseudos initialized with constants or instances that can be considered constant across the function, reload can rematerialize them instead of spilling or apply other optimizations.

This patch makes sure that we don't unnecessarily set same pseudo more than once.

OK to apply?
OK.  THanks,
Jeff


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