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 mark.dickinson
Recipients loewis, mark.dickinson, pitrou, wiget
Date 2009-10-13.20:07:34
SpamBayes Score 5.0548895e-08
Marked as misclassified No
Message-id <1255464457.01.0.206426475797.issue6603@psf.upfronthosting.co.za>
In-reply-to
Content
> "simplify" the code by directly outputting to (int*)v and 
> ((int*)v)[1];

This does indeed seem to produce better compiler output, at least under 
Apple gcc-4.0.1, Apple gcc-4.2.1, and non-Apple gcc-4.4.1.

Here's a revised patch, which also separates the i386 and x86_64 cases.

Assigning to Martin for review.
History
Date User Action Args
2009-10-13 20:07:37mark.dickinsonsetrecipients: + mark.dickinson, loewis, pitrou, wiget
2009-10-13 20:07:37mark.dickinsonsetmessageid: <1255464457.01.0.206426475797.issue6603@psf.upfronthosting.co.za>
2009-10-13 20:07:35mark.dickinsonlinkissue6603 messages
2009-10-13 20:07:35mark.dickinsoncreate