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: [PATCH] Speed up intersect_loc_chains (PR debug/41371)


On Tue, May 25, 2010 at 6:07 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> Hi!
>
> This patch speeds up a little bit var-tracking on PR41371 testcase:
> time ./cc1plus -g -O2 bug90.cc -quiet
> with a --enable-checking=release x86_64-linux gcc went down from:
> real ? ?4m52.484s
> user ? ?4m51.991s
> sys ? ? 0m0.446s
>
> to:
>
> real ? ?3m38.218s
> user ? ?3m37.641s
> sys ? ? 0m0.383s

That is not a little bit. Thanks!

Ciao!
Steven


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