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: [tree-ssa] un-ssa - part 1


On Tue, 01 Apr 2003, Andrew Macleod wrote:

> Note that SSA to normal is a bit more respectable now, and it includes
> the partition maker :-)  
> 
Yay!

> Here's the new patch.
> 
> Is this OK to check in? Its a wee bt faster now :-)
> A new bootstrap is currently running...
> 
Sure.  I've got a couple of questions below.  I can start doing
timings and looking for things to fix. What are the major missing
pieces? I can take on anything you are not going to be working
on.

I was going to start with the PHI node updating you mentioned
earlier.  Anything else?

> 	(compress_var_map): Re-map the partitions to make the list dense.
>
s/compress/compact/  We are not actually compressing nodes here
(i know, i'm a compulsive nitpicker).

> + 
> +   /* Other uses. 
> +      - Used when going out of SSA form to indicate which partition this 
> +      variable represents storage for.  */
> +   unsigned aux;
>   };
>   
Why not give it a more descriptive name (something like
'partition')?


Diego.


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