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: [yara-branch] patch adding initial version of simple rematerialization and some tunning



On May 19, 2006, at 12:07 PM, Vladimir N. Makarov wrote:


This patch adds initial version of code dealing with function
invariant constants (constant or {frame|arg}_pointer + constant).  It
is simple but a very important case of rematerialization (important
because such constants might become a part of existing insns).

Dealing with such constants needs a lot of changes in cost
calculation, coloring, local allocator, coalescing (before and after
the allocation) and in synchronization optimization.

 Not all of this implemented yet.  So there is still a lot of work to
do.  But mostly the code already works for x86 (at least all of
spec2000 tests work well).

This actually fixes build on PowerPC, I have not done a testsuite run.


-- Pinski


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