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 Dennis Sweeney
Recipients Dennis Sweeney, corona10, serhiy.storchaka, vstinner
Date 2020-02-26.03:57:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582689452.21.0.829242077274.issue39737@roundup.psfhosted.org>
In-reply-to
Content
> Debug mode is not meaningful.
> Visual Studio will optimize fully on release mode.

Sorry if I wasn't clear--the original assembly difference I posted in (https://bugs.python.org/msg362665) was indeed using the "release" build configuration. My last comment was trying to demonstrate this fact by showing that the assembly output would have looked different if I had selected the "debug" build configuration. 

Is there something I'm missing, or was Visual Studio just missing an opportunity to optimize?
History
Date User Action Args
2020-02-26 03:57:32Dennis Sweeneysetrecipients: + Dennis Sweeney, vstinner, serhiy.storchaka, corona10
2020-02-26 03:57:32Dennis Sweeneysetmessageid: <1582689452.21.0.829242077274.issue39737@roundup.psfhosted.org>
2020-02-26 03:57:32Dennis Sweeneylinkissue39737 messages
2020-02-26 03:57:32Dennis Sweeneycreate