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 vstinner
Recipients jkloth, rhettinger, serhiy.storchaka, vstinner
Date 2016-01-26.00:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453766871.21.0.531957609511.issue26201@psf.upfronthosting.co.za>
In-reply-to
Content
> Unless you see an actual defect in the patch, I'm applying it.

Well, Serhiy Storchaka asked for a microbenchmark. For an optimization, it's a reasonable request no?


> Writing your own static optimizer from scratch is overkill.

My goal is to get speedup on macro benchmarks.

It's hard to get a real speedup on macro benchmark using micro-optimizations, even if we combine a lot of them. I'm not saying that micro optimization is a waste of time, I like micro-optimizing Python, but we should not abuse of it.
History
Date User Action Args
2016-01-26 00:07:51vstinnersetrecipients: + vstinner, rhettinger, jkloth, serhiy.storchaka
2016-01-26 00:07:51vstinnersetmessageid: <1453766871.21.0.531957609511.issue26201@psf.upfronthosting.co.za>
2016-01-26 00:07:51vstinnerlinkissue26201 messages
2016-01-26 00:07:51vstinnercreate