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]

Re: Timing information for CFG manipulations


> 
> >  cfg construction      : 269.67 (34%) usr   0.32 ( 0%) sys 270.02 (26%) wall
> 
> Attached patch should solve this problem.
> It avoids the worst case quadratic scenario on removing edges.

This is great! Here's the new time

 cfg construction      :   8.18 ( 2%) usr   0.32 ( 0%) sys   8.62 ( 1%) wall

> Bootstrapped/regtested i386.

Great!  Now on to testing the next patch.

Brad


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