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 ncoghlan
Recipients alex, benjamin.peterson, eryksun, holdenweb, methane, ncoghlan, pitrou, rhettinger, vstinner
Date 2014-03-30.06:04:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396159497.18.0.168122875707.issue21074@psf.upfronthosting.co.za>
In-reply-to
Content
I'm marking this as a duplicate of issue 11549 (which is about building out an AST optimiser), mostly because I don't think this kind of parameter tweaking makes sense with the current peephole optimiser.

With a more sophisticated Python implemented optimiser earlier in the pipeline, it becomes more reasonable to make smarter decisions about space/speed trade-offs when dealing with sequence repetition, and even just really large integer values.
History
Date User Action Args
2014-03-30 06:04:57ncoghlansetrecipients: + ncoghlan, rhettinger, holdenweb, pitrou, vstinner, benjamin.peterson, alex, methane, eryksun
2014-03-30 06:04:57ncoghlansetmessageid: <1396159497.18.0.168122875707.issue21074@psf.upfronthosting.co.za>
2014-03-30 06:04:57ncoghlanlinkissue21074 messages
2014-03-30 06:04:56ncoghlancreate