This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Simplify (and speed-up) do_get_year
- From: Paolo Carlini <pcarlini at unitus dot it>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: Paolo Carlini <pcarlini at suse dot de>, libstdc++ <libstdc++ at gcc dot gnu dot org>, Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 02 Dec 2003 13:19:06 +0100
- Subject: Re: [Patch] Simplify (and speed-up) do_get_year
- References: <3FCC6BD6.4080606@suse.de> <3FCC7DF1.1000205@unitus.it>
... and the numbers I have just posted for 3.4 patched were
*wrong*, probably obtained with a -O0 built. Sorry.
The following are the real ones, *better*:
3.4
---
10.560u 0.010s 0:10.76 98.2% 0+0k 0+0io 195pf+0w
3.4 patched
-----------
3.180u 0.000s 0:03.21 99.0% 0+0k 0+0io 191pf+0w
Yes, 3x speed! :)
Paolo.