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, LNO] Analysis of scalar evolutions and datadependences


On Tue, 2003-12-09 at 04:59, Pop Sébastian wrote:

> Comments are welcome. 
> 
Very nice.  I would strongly encourage you to create a sub-branch.  The
patch is massive and it is very difficult to get an idea of what it does
by just staring at it.

tree-chrec.c could use a bit more documentation.  Several functions have
no documentation at all.  The routines seem mostly self-explanatory, but
still.

The high-level overview in tree-data-ref.c and tree-scalar-evolution.c
is helpful.  Thanks.  Any reason you chose Allen and Kennedy's book?  I
haven't read it.  Is it worth getting?

What's the idea behind tree-fold.[ch]?  Are you trying to replace
fold-const.c or are these functions specific for data dependency?
They look like generic folders to me.


> Maybe the pretty printing of the loop IR is a part that should go into
> the tree-ssa instead of the sub branch (loop-nest-optimizer branch?).
> 
Yes, that's a good idea.

Diego.


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