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 skrah
Recipients cstratak, mark.dickinson, skrah, vstinner
Date 2019-01-16.17:12:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547658739.69.0.144752411304.issue35752@roundup.psfhosted.org>
In-reply-to
Content
This is a performance sensitive function, so I prefer not to add
volatile. MSVC also had a bug with that function, but only in PGO
mode. Microsoft has fixed the issue long ago.

Do newer gcc versions have this issue?

I'm fine with wrapping the entire macro in an #ifdef for __ppc64__.

Who is using this platform? IBM Power9?
History
Date User Action Args
2019-01-16 17:12:21skrahsetrecipients: + skrah, mark.dickinson, vstinner, cstratak
2019-01-16 17:12:19skrahsetmessageid: <1547658739.69.0.144752411304.issue35752@roundup.psfhosted.org>
2019-01-16 17:12:19skrahlinkissue35752 messages
2019-01-16 17:12:19skrahcreate