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: PATCH: RTL in SSA representation


On Fri, Mar 03, 2000 at 11:21:32AM -0800, Alex Samuel wrote:
> These patches implement a static single assignment (SSA)
> representation in RTL.  Currently, no optimizations are performed in
> the SSA representation; if it is enabled, the flow graph is converted
> to SSA and immediately back.  A union/find implementation suitable for
> building register partitions is also included.
> 
> The SSA code was begun by Richard Henderson and others at Cygnus and
> was completed by Alex Samuel at CodeSourcery.  

Thanks for finishing this.  It's ok to go in.


r~

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