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 mbandy
Recipients amaury.forgeotdarc, mbandy, pitrou, tim.peters
Date 2010-02-26.16:14:00
SpamBayes Score 4.105138e-06
Marked as misclassified No
Message-id <1267200842.25.0.392806170949.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
I tried this out in VC++ 2008 with the new temporary as both a global variable and a local.  At least for VC++, Amaury is correct -- the compiler is generating the store to the global even though it is never read, so making it a local instead does save an instruction.
History
Date User Action Args
2010-02-26 16:14:02mbandysetrecipients: + mbandy, tim.peters, amaury.forgeotdarc, pitrou
2010-02-26 16:14:02mbandysetmessageid: <1267200842.25.0.392806170949.issue8020@psf.upfronthosting.co.za>
2010-02-26 16:14:00mbandylinkissue8020 messages
2010-02-26 16:14:00mbandycreate