This is the mail archive of the gcc@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: SSA usage question


On Sun, 2004-06-06 at 17:41, Richard Kenner wrote:
>     Implicit references cannot be put into SSA form, and thus cannot
>     be put through the tree optimizer at all.  QED.
> 
> Since SSA talks about *assignments* and the implicit references are all
> *uses* I don't understand your "proof" above.  Can you say more?
There's not a lot of point in saying more -- there's zero chance we're
going to reintroduce implicit references to objects.  We had them for
a while and it was a horrible mistake.

You should focus on making those implicit references explicit.

Jeff


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