commit | 738eda742cd17739d65594b557fba442f65ff18a | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 15:08:20 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon Aug 12 15:08:20 2002 +0000 |
tree | 330012d5cd4f8eb265b114f185ba96d705d24271 | |
parent | 5d546674d18b3e96a473454167f1e07d313e89ca [diff] |
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).