[Python-ideas] Disable all peephole optimizations

Nick Coghlan ncoghlan at gmail.com
Thu May 22 10:25:26 CEST 2014


On 22 May 2014 12:00, "Ned Batchelder" <ned at nedbatchelder.com> wrote:
>
> I'm surprised at the amount of invention and mystery code people will
propose to avoid having an off-switch for the code we already have.

It's not the off switch per se, it's the documentation and testing
consequences. Better to figure out a way to let the code generator and
analysis tools collaborate more effectively than to complicate the
execution model further.

Cheers,
Nick.

>>
>>
>> Cheers,
>> Nick.
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140522/ccd18fac/attachment.html>


More information about the Python-ideas mailing list