[Python-Dev] Python 3 optimizations continued...
Glyph Lefkowitz
glyph at twistedmatrix.com
Thu Sep 1 19:15:45 CEST 2011
On Sep 1, 2011, at 5:23 AM, Cesare Di Mauro wrote:
> A simple solution: when tracing is enabled, the new instruction format will never be executed (and information tracking disabled as well).
Correct me if I'm wrong: doesn't this mean that no profiler will accurately be able to measure the performance impact of the new instruction format, and therefore one may get incorrect data when on is trying to make a CPU optimization for real-world performance?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110901/b57dffab/attachment.html>
More information about the Python-Dev
mailing list