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: constructing webs from ssa.


On Tue, 2004-10-12 at 04:06, Sanjiv Kumar Gupta wrote:
> 1. make a web for each du-chain.
> 2. combine those webs that have a 'common use', and
> this
> 'common use' can only be a phi-function.
> 
> that's all we need to do for computing webs from ssa.
Right.  However, it's often beneficial to be able to construct
webs in just a region of the function.  ie, construct the webs
for the innermost loops, use the webs for some kind of optimization,
then construct webs for the parent loop nest and so on.

So, if you're pondering writing some code to create webs, you might
keep keep that in mind.
jeff



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