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] Tail recursion improvement


In message <20040304153621.GA6206@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak writ
es:
 >Hello,
 >
 >>  >Index: tree-optimize.c
 >> As discussed, the tree-optimize.c change is wrong.  I did a new test cycle
 >> without the tree-optimize.c change.
 >
 >I tried to get the tree-optimize.c change working; so I have moved both
 >pass_ch and pass_tail_recursion after pass_may_alias, and updated the
 >loop header copying to handle name tags.  After that I
 >encountered a few problems on the following testcase (taken from
 >libmudflap testsuite; note that the program is buggy and accesses
 >nonallocated memory):
The whole point of that program is to access non-allocated memory and
trigger a mudflap violation :-)

It sounds Diego has volunteered to deal with the issues you've raised, so
I'll leave the rest to him ;-)

jeff


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