]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Harmonize the bottom of the outer loop with its entry point
authorRaymond Hettinger <python@rcn.com>
Sun, 21 Jun 2015 17:47:20 +0000 (10:47 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 21 Jun 2015 17:47:20 +0000 (10:47 -0700)
commit7e3592dca6e9d1f991ef500e9c66c271474907b7
treea319ff5358c76023728ef115fe36d36105f4e6cf
parent2e2f374098b42c15e6c084e21b76a4763022c7aa
Harmonize the bottom of the outer loop with its entry point
giving a small simplification.  Timings show that hash
pre-check seems only benefit the inner-loop (the linear probes).
Objects/setobject.c