]> granicus.if.org Git - python/commit
Simple optimization by Christian Tismer, who gives credit to Lenny
authorGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 17:31:58 +0000 (17:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Apr 2000 17:31:58 +0000 (17:31 +0000)
commitba71a247acc7cac07a75d79ff087b29b56ee0b55
treed794ad5a99944f1e5bee9f9341c31ca263baad0f
parent2516b39dd35a3e0d815e25ee652cea6c90cc5b28
Simple optimization by Christian Tismer, who gives credit to Lenny
Kneler for reporting this issue: long_mult() is faster when the
smaller argument is on the left.  Swap the arguments accordingly.
Objects/longobject.c