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: RFC: Code size improvement for global alloc


Hi Vladimir,

On Tue, Jul 06, 2004 at 12:55:44PM -0400, Vladimir Makarov wrote:
> Still my patch (and yours) is a constrained form of coalescing because 
> it is done after the register allocation (assigning).  More common form 
> of coalescing would require an iterative approach to the register 
> allocation (and implementing register live range spilling to undo 
> coalescing if it is necessary). It is one more way to improve the 
> register allocation.
> 
> I am going to submit my patch in a few weeks.  It would be interesting 
> to compare your patch with mine.  I will probably do that.

Has there been any progress on this?

-- 
Daniel Jacobowitz


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