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 donmez
Recipients alexandre.vassalotti, christian.heimes, donmez, gregory.p.smith, gvanrossum, loewis
Date 2008-01-11.03:26:28
SpamBayes Score 0.359526
Marked as misclassified No
Message-id <1200021990.16.0.977254088313.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW gcc hacker Ian Lance Taylor has a nice article about signed
overflow optimizations in gcc, see http://www.airs.com/blog/archives/120
. Reading that it might be better to use -fno-strict-overflow instead of
-fwrapv.

Regards,
ismail
History
Date User Action Args
2008-01-11 03:26:30donmezsetspambayes_score: 0.359526 -> 0.359526
recipients: + donmez, gvanrossum, loewis, gregory.p.smith, christian.heimes, alexandre.vassalotti
2008-01-11 03:26:30donmezsetspambayes_score: 0.359526 -> 0.359526
messageid: <1200021990.16.0.977254088313.issue1621@psf.upfronthosting.co.za>
2008-01-11 03:26:28donmezlinkissue1621 messages
2008-01-11 03:26:28donmezcreate