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 abarry, serhiy.storchaka, vstinner
Date 2016-09-22.11:40:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474544422.75.0.105958972249.issue28243@psf.upfronthosting.co.za>
In-reply-to
Content
"If revert c1a698edfa1b, the performance is returned to the level of 3.5."

Oh, so using "fastcall" makes partial_call() slower? That's really something bad :-/ It would be nice if you can confirm using all optimizations enabled (PGO+LTO): ./configure --with-optimizations.

For faster compilation and best performances, you might also try to modify PROFILE_TASK in Makefile.pre.in to run your microbenchmark (but you need to run it long enough, so the compiler is able to detect hot code).
History
Date User Action Args
2016-09-22 11:40:22vstinnersetrecipients: + vstinner, serhiy.storchaka, abarry
2016-09-22 11:40:22vstinnersetmessageid: <1474544422.75.0.105958972249.issue28243@psf.upfronthosting.co.za>
2016-09-22 11:40:22vstinnerlinkissue28243 messages
2016-09-22 11:40:22vstinnercreate