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.

作者 mark.dickinson
收信人 christian.heimes, fredrikj, mark.dickinson, pernici
日期 2009-03-24.10:07:43
SpamBayes Score 4.0644814e-08
Marked as misclassified
Message-id <1237889268.35.0.178833733369.issue3944@psf.upfronthosting.co.za>
In-reply-to
内容
Updated version of longobject_diff1:

 - add mul1 back in
 - rename MAX_PARTIALS to the more descriptive BLOCK_MUL_SIZE
 - rewrite digits_multiply so that the call to digits_multiply_add
   always has b_size=BLOCK_MUL_SIZE, then hard-code this and get
   rid of the b_size argument.  This should give the compiler some
   opportunities for loop-unrolling in digits_multiply_add.
历史
日期 用户 动作 参数
2009-03-24 10:07:48mark.dickinson修改recipients: + mark.dickinson, pernici, christian.heimes, fredrikj
2009-03-24 10:07:48mark.dickinson修改messageid: <1237889268.35.0.178833733369.issue3944@psf.upfronthosting.co.za>
2009-03-24 10:07:46mark.dickinson链接issue3944 messages
2009-03-24 10:07:46mark.dickinson创建