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] Tree Browser


On Wed, 27 Nov 2002, Pop Sébastian wrote:

> By the way is there any interest in the rewriting of the
> - jump elimination pass?
> - switch to if/binary-search pass?
> 
If you want to implement a pass, feel free to do so.  Just
remember the basic rules in http://gcc.gnu.org/projects/tree-ssa/
A pass will always be interesting if it produces better code or
makes the compiler go faster.

> I hope that this time the pass will be functionnal for more 
> than 10 days :-)
>
Well, it's your pass.  You get to fix it if it breaks.  The
branch is undergoing constant changes, so regular maintenance
will always be required.


Diego.


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