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: [tree-ssa] Maintaining/representing def-use/use-def information


Hello,

> > > Ultimately, I dont see much difference other than implementation
> > > details...
> > 
> > ... and about three times more memory spent, I would estimate. For a
> > single assignment statement, we have:
> 
> Which is an implementation detail, not an architecture one.

on contrary, I see this as a major architectural decision -- identifying the
variable with the statement that defines it is a very interesting idea.

Zdenek


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