This is the mail archive of the gcc@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: Compilation performance comparison of GCC 3.4.2 and GCC 4.0.0(041024) on MICO sources


My bet: GC allocating lots and lots of bitmaps :-/

Probably.


Here's the interesting question:
If these bitmaps live over compilation, and we know exactly when they die
(cgraph_reset_static_var_maps), why the heck are they gc allocated?


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