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 optimisation


Op vr 17-10-2003, om 02:01 schreef Zdenek Dvorak:
> Hello,
> 
> this patch makes tail recursion to be eliminated already on trees, thus
> exposing more optimisation possibilities for tree-ssa optimizers.  Just
> very simple for now, I am going to improve it.  Bootstrapped on i686.

I already was working on this some months ago, but at the time Diego
felt it would probably not be worth doing on trees, so I never finished
it.  Here's that file, perhaps there's something in it you can still
use.

What I was working on was supposed to run on the CFG in SSA form so that
it can run after the must-alias pass.

Gr.
Steven


Attachment: tree-tailcall.c.gz
Description: GNU Zip compressed data


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