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 methane, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-22.10:30:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479810620.01.0.176864829236.issue28618@psf.upfronthosting.co.za>
In-reply-to
Content
FYI I wrote an article about this issue:
https://haypo.github.io/analysis-python-performance-issue.html

Sadly, it seems like I was just lucky when adding __attribute__((hot)) fixed the issue, because call_method is slow again!

* acde821520fc (Nov 21): 16.3 ms
* 2a14385710dc (Nov 22): 24.6 ms (+51%)
History
Date User Action Args
2016-11-22 10:30:20vstinnersetrecipients: + vstinner, pitrou, methane, python-dev, serhiy.storchaka, yselivanov
2016-11-22 10:30:20vstinnersetmessageid: <1479810620.01.0.176864829236.issue28618@psf.upfronthosting.co.za>
2016-11-22 10:30:19vstinnerlinkissue28618 messages
2016-11-22 10:30:19vstinnercreate