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: [Updated PATCH] rest_of_compilation reorg (-2 steps to using the pass manager everywhere :-)


On Wed, Jul 07, 2004 at 11:05:53PM -0700, Zack Weinberg wrote:
> Um.  Is it just me, or is relying on global variables to hold the
> content of the function to be optimized a step in the wrong direction?

It's just you.  We have LOTS of variables that hold the content of
the function.  Hoisting just one or two into an argument buys nothing.


r~


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