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 ajaksu2
Recipients ajaksu2, blaisorblade, collinwinter, jyasskin, loewis, pitrou
Date 2009-01-20.22:44:00
SpamBayes Score 3.3325973e-06
Marked as misclassified No
Message-id <1232491441.65.0.0775503891579.issue4941@psf.upfronthosting.co.za>
In-reply-to
Content
New version of the patch, as well as one that doesn't touch Py_DECREF
but defines likely and unlikely. Then, three ceval patches that result
in small speedups (2% to 8% here), but don't play well together (neither
with the Py_DECREF one).

Since I get speedups for some changes and slowdowns when more than one
is applied, I suspect my system is hitting some limitation (register
stavation?) and contributing more noise that signal :/
History
Date User Action Args
2009-01-20 22:44:01ajaksu2setrecipients: + ajaksu2, loewis, collinwinter, pitrou, jyasskin, blaisorblade
2009-01-20 22:44:01ajaksu2setmessageid: <1232491441.65.0.0775503891579.issue4941@psf.upfronthosting.co.za>
2009-01-20 22:44:00ajaksu2linkissue4941 messages
2009-01-20 22:44:00ajaksu2create