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: Unit at time compilation mode III


> On Wed, Feb 12, 2003 at 05:09:26PM +0100, Jan Hubicka wrote:
> > + 	  node->aux = queue;
> > + 	  queue = node;
> ...
> > +       queue = queue->next;
> 
> Dequeueing from >next, not >aux.
Hmm, something must be terribly rotten that it has bootstrapped at all!
I will double check.
> 
> Fix that and it's ok.
OK. Thanks for the review!
I will install it with two minor changes - I will rename callgraph.c
into cgraph, so it is more consistent with function names and I will
change it to unit-at-a-time as suggested by Fergus.
We can discuss better name for that switch later, but I hope that final
user won't need to fiddle with it, instead it will imply by
optimizations that need it as this is precisely thing most users don't
want to know about.

Honza
> 
> 
> r~


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