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 methane
Recipients methane, pitrou, python-dev, serhiy.storchaka, vstinner, yselivanov
Date 2016-11-22.12:19:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479817174.71.0.234978777489.issue28618@psf.upfronthosting.co.za>
In-reply-to
Content
I setup Ubuntu 14.04 on Azure, built python without neither PGO nor LTO.
But I failed to reproduce it.

@haypo, would you give me two binaries?

$ ~/local/py-2a143/bin/python3 -c 'import sys; print(sys.version)'
3.7.0a0 (default:2a14385710dc, Nov 22 2016, 12:02:34) 
[GCC 4.8.4]

$ ~/local/py-acde8/bin/python3 -c 'import sys; print(sys.version)'                                                                                    
3.7.0a0 (default:acde821520fc, Nov 22 2016, 11:31:16) 
[GCC 4.8.4]

$ ~/local/py-2a143/bin/python3 bm_call_method.py 
.....................
call_method: Median +- std dev: 16.1 ms +- 0.6 ms

$ ~/local/py-acde8/bin/python3 bm_call_method.py                                                                                                      
.....................
call_method: Median +- std dev: 16.1 ms +- 0.7 ms
History
Date User Action Args
2016-11-22 12:19:34methanesetrecipients: + methane, pitrou, vstinner, python-dev, serhiy.storchaka, yselivanov
2016-11-22 12:19:34methanesetmessageid: <1479817174.71.0.234978777489.issue28618@psf.upfronthosting.co.za>
2016-11-22 12:19:34methanelinkissue28618 messages
2016-11-22 12:19:34methanecreate