This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients Mark.Shannon, benjamin.peterson, pitrou, rhettinger, skrah
Date 2013-04-03.20:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130403203230.GA14058@sleipnir.bytereef.org>
In-reply-to <1365017973.82.0.871947806324.issue17611@psf.upfronthosting.co.za>
Content
I'm surprised, too, but after a couple of retries the results stay the
same. On an i7 there's also a difference, but not quite as large. I'm
using b16527f84774.diff, which applies cleanly apart from importlib.h
(which I just regenerated).

With an increased loop count the difference is also the same (10% on
the Core2 Duo).

Core2 Duo, 3.16GHz, Linux 64-bit
================================

patched:
--------
(0.10855+0.10901+0.1168+0.1119+0.1095+0.1090+0.1084+0.1130+0.1235+0.1183) / 10 = 0.113

unpatched:
----------
(0.0995+0.1049+0.1009+0.1021+0.0986+0.1005+0.0988+0.10171+0.0987+0.0992) / 10 = 0.10

(i7, 2.80GHz,  Linux 64-bit)
============================

patched:
--------
(0.1021+0.1078+0.1072+0.1058+0.1091+0.1067+0.1064+0.1071+0.1069+0.1067) / 10 = 0.107

unpatched:
----------
(0.1029+0.1033+0.1023+0.1029+0.1050+0.1020+0.1031+0.1024+0.10149+0.10247) / 10 = 0.103
History
Date User Action Args
2013-04-03 20:32:27skrahsetrecipients: + skrah, rhettinger, pitrou, benjamin.peterson, Mark.Shannon
2013-04-03 20:32:27skrahlinkissue17611 messages
2013-04-03 20:32:27skrahcreate