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 gvanrossum
Recipients gvanrossum
Date 2021-02-08.19:48:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612813717.65.0.159919254593.issue43166@roundup.psfhosted.org>
In-reply-to
Content
A coworker happened to look at our use of #pragma optimize() for Windows (VS 2017) and noticed:

unless there’s something I’m missing, the ‘a’ and ‘w’ portions of the string being passed to the optimize pragma are not doing anything; I’m pretty sure they’ve been useless for 10+ years. The ‘g’ means turn on global optimizations and the ‘t’ means optimize for “time” (i.e. speed). See the documentation at https://docs.microsoft.com/en-us/cpp/preprocessor/optimize?view=msvc-160
History
Date User Action Args
2021-02-08 19:48:37gvanrossumsetrecipients: + gvanrossum
2021-02-08 19:48:37gvanrossumsetmessageid: <1612813717.65.0.159919254593.issue43166@roundup.psfhosted.org>
2021-02-08 19:48:37gvanrossumlinkissue43166 messages
2021-02-08 19:48:36gvanrossumcreate