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 brett.cannon
Recipients Arfrever, brett.cannon, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-25.14:58:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335365924.18.0.372574238127.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
To answer MAL's question about startup, I benchmarked on my machine using the normal_startup benchmark from hg.python.org/benchmarks and the bootstrap work only caused a 5-6% slowdown in a non-debug build. If you do it in a debug build it's much worse (I think it was 12% when I benchmarked).
History
Date User Action Args
2012-04-25 14:58:44brett.cannonsetrecipients: + brett.cannon, lemburg, ncoghlan, pitrou, eric.smith, Arfrever, eric.snow
2012-04-25 14:58:44brett.cannonsetmessageid: <1335365924.18.0.372574238127.issue14657@psf.upfronthosting.co.za>
2012-04-25 14:58:43brett.cannonlinkissue14657 messages
2012-04-25 14:58:43brett.cannoncreate