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 vstinner
Recipients jstasiak, larry, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-05-19.21:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463691831.84.0.529018854959.issue26814@psf.upfronthosting.co.za>
In-reply-to
Content
> In short, I replayed exaclty the same scenario. And... Only raytrace remains slower, (...)

Oh, it looks like the reference binary calls the garbage collector less frequently than the patched python. In the patched Python, collections of the generation 2 are needed, whereas no collection of the generation 2 is needed on the reference binary.
History
Date User Action Args
2016-05-19 21:03:51vstinnersetrecipients: + vstinner, rhettinger, larry, serhiy.storchaka, yselivanov, jstasiak
2016-05-19 21:03:51vstinnersetmessageid: <1463691831.84.0.529018854959.issue26814@psf.upfronthosting.co.za>
2016-05-19 21:03:51vstinnerlinkissue26814 messages
2016-05-19 21:03:51vstinnercreate