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 sbrunthaler
Recipients dmalcolm, eric.snow, pitrou, sbrunthaler, skrah
Date 2012-05-14.20:39:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337027949.33.0.341390316494.issue14757@psf.upfronthosting.co.za>
In-reply-to
Content
While looking at the instruction frequency traces, I noticed that INPLACE_* instructions were not quickened to optimized instruction derivatives. The submitted patch fixes this issue and correctly generates code performing the substitution. The performance improvements are noticeably better (iterative_count, nbody and threaded_count about 1.25x faster on average.)
The summarized performance numbers make it easy to see where actual performance gains* are, and which results seem to be due to measurement error.

*: It seems that the mako benchmark suite suffers a consistent loss. I am going to look into this.
History
Date User Action Args
2012-05-14 20:39:09sbrunthalersetrecipients: + sbrunthaler, pitrou, skrah, dmalcolm, eric.snow
2012-05-14 20:39:09sbrunthalersetmessageid: <1337027949.33.0.341390316494.issue14757@psf.upfronthosting.co.za>
2012-05-14 20:39:01sbrunthalerlinkissue14757 messages
2012-05-14 20:39:01sbrunthalercreate