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 serhiy.storchaka
Recipients Arfrever, Giovanni.Bajo, PaulMcMillan, Vlado.Boza, alex, arigo, benjamin.peterson, camara, christian.heimes, dmalcolm, koniiiik, lemburg, serhiy.storchaka, vstinner
Date 2012-11-07.11:51:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352289094.57.0.853323867687.issue14621@psf.upfronthosting.co.za>
In-reply-to
Content
> can you please attach the generated assembly code for the siphash function with your compiler and your optimization flags (that is, the one that produces the above results)?

GCC (Ubuntu 4.4.3-4ubuntu5.1) options:

-pthread -c -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes   -I. -IInclude -I./Include    -DPy_BUILD_CORE

32-bit Linux on AMD Athlon(tm) 64 X2 Dual Core Processor 4600+.
History
Date User Action Args
2012-11-07 11:51:34serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, arigo, vstinner, christian.heimes, benjamin.peterson, Arfrever, alex, dmalcolm, Giovanni.Bajo, PaulMcMillan, Vlado.Boza, koniiiik, camara
2012-11-07 11:51:34serhiy.storchakasetmessageid: <1352289094.57.0.853323867687.issue14621@psf.upfronthosting.co.za>
2012-11-07 11:51:34serhiy.storchakalinkissue14621 messages
2012-11-07 11:51:34serhiy.storchakacreate