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]

Re: df.c data reprezentation


On Tue, 25 Sep 2001, Daniel Berlin wrote:

> Right now, it only requires assigning each variable an id (trivial), and 
> adding routines that know how to record defs/uses for trees.
> 
This is already implemented in ast-optimizer-branch.  It's used
by SSA, but it could be used by any dataflow engine, really.

Diego.


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