On 10/26/2015 10:36 PM, Victor Stinner wrote:
2015-10-24 4:34 GMT+09:00 Terry Reedy <tjre...@udel.edu>:
How about -x nopeep to specifically skip the peephole optimizer?

Raymond wrote "IIRC, the code was never generated in the first place
(before the peephole pass)."

I based that suggestion on what others said about why code was not generated. I think the actual situation supports my point that turning off 'all optimizations' means reviewing the entire process of generating code, from start to finish, to find anything that might be called an 'optimization' and that could be disabled or given a 'un-optimized' alternative.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to