Message 386646 - Python tracker
Message386646
| 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:37 | gvanrossum | set | recipients: + gvanrossum |
| 2021-02-08 19:48:37 | gvanrossum | set | messageid: <1612813717.65.0.159919254593.issue43166@roundup.psfhosted.org> |
| 2021-02-08 19:48:37 | gvanrossum | link | issue43166 messages |
| 2021-02-08 19:48:36 | gvanrossum | create | |