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] lower complex operations


On Wed, 2004-01-14 at 03:39, Richard Henderson wrote:

> Thinking about this while testing was underway, I'm wondering if it
> might be best, actually, to do this lowering from directly from dom1.
> This would reuse the value number that we've already done, as well
> as avoid yet another pass over the function.  Thoughts, Jeff?
> 
I'd prefer a clean separation between lowering and optimization.  Unless
the change to DOM isn't too convoluted and the cost savings are
significant.


Diego.


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