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: Avoid majority of init_emit calls


> > On Wed, Jan 21, 2004 at 10:31:41PM +0100, Jan Hubicka wrote:
> > > They probably made sense when we did statement-at-a-time, but we don't
> > > for a while.  But perhaps I am mistaken?
> > 
> > No, you're right.  Patch approved, mainline and branch.
> 
> Thanks!
> Looking at the profiles in my branch, the function.c again climbed up to
> my 10 hottest memory allocators radar:
> function.c:6384 (allocate_struct_function)    9158 4688896    1978128:2.021%
> Do we really need to maintain the structu_function all the time from
> allocation up to (unlikely) event that it will get parsed?
^^ I meant parsing here :)

Honza
> 
> Honza
> 


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