]> granicus.if.org Git - python/commit
k_mul: Rearranged computation for better cache use. Ignored overflow
authorTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 15:08:20 +0000 (15:08 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 12 Aug 2002 15:08:20 +0000 (15:08 +0000)
commit738eda742cd17739d65594b557fba442f65ff18a
tree330012d5cd4f8eb265b114f185ba96d705d24271
parent5d546674d18b3e96a473454167f1e07d313e89ca
k_mul:  Rearranged computation for better cache use.  Ignored overflow
(it's possible, but should be harmless -- this requires more thought,
and allocating enough space in advance to prevent it requires exactly
as much thought, to know exactly how much that is -- the end result
certainly fits in the allocated space -- hmm, but that's really all
the thought it needs!  borrows/carries out of the high digits really
are harmless).
Objects/longobject.c