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 christian.heimes, gregory.p.smith, jcea, mark.dickinson, pitrou, serhiy.storchaka, skrah, tim.peters
Date 2012-11-11.11:55:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20121111115536.GA7759@sleipnir.bytereef.org>
In-reply-to <1352634063.3360.2.camel@localhost.localdomain>
Content
FWIW, on x86/x64 gcc often generates identical code for x = y and
memcpy(x, y, 8). See e.g. the PACK_SINGLE and UNPACK_SINGLE macros in
Objects/memoryobject.c.

I didn't look at the patch yet, just an idea.
History
Date User Action Args
2012-11-11 11:55:35skrahsetrecipients: + skrah, tim.peters, gregory.p.smith, jcea, mark.dickinson, pitrou, christian.heimes, serhiy.storchaka
2012-11-11 11:55:35skrahlinkissue16427 messages
2012-11-11 11:55:35skrahcreate