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]

Re: [RFA] Merge tree SSA into GCC 3.1 [patch]


On Sat, Oct 13, 2001 at 03:35:37AM -0400, Diego Novillo wrote:
> I would like to propose including the tree SSA framework in GCC
> 3.1.  The implementation is starting to stabilize a bit and
> merging it into the trunk will probably accelerate development of
> new analyses and transformations based on it.

Hmm.  Given that the only user-visible feature here is better support
for -Wuninitialized, I think we're probably better served by delaying
this until gcc 3.2 when we ought to have actual optimizations to go
with it.

The main infrastructure change I'd like to see in gcc 3.2 is to have
all front ends do functions-as-trees, and remove the old rtl inliner.


r~


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