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] Patch ping


In message <Pine.LNX.4.58.0312031926340.9962@srinivasan.suse.de>, Gerald Pfeife
r writes:
 >On Wed, 3 Dec 2003, Zdenek Dvorak wrote:
 >> yes, this is from where the idea is taken; you may note that I did not
 >> like it very much, on the other hand, saving 50 bytes on every fifth
 >> statement of a program seemed good enough argument to me.
 >
 >Do you have some data, for example for PR8361?  
 >
 >If you can show improvement for real-world code, that'll certainly help
 >your cause. ;-)
I don't think so in this case.  It's a fundamentally bad idea to have the
arms of a COND_EXPR have different meanings depending on where we are
in the compiler.

If the memory savings are huge, then that would argue that we should be
looking at the problem and looking to use a different kind of node; it
does not mean that we should be mucking up COND_EXPRs in this way.  

jeff


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