]> granicus.if.org Git - python/commit
Hoist constant expressions (so->table and so->mask) out of the inner-loop.
authorRaymond Hettinger <python@rcn.com>
Mon, 14 Dec 2015 02:45:01 +0000 (18:45 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 14 Dec 2015 02:45:01 +0000 (18:45 -0800)
commit5088f6005ff5e6bb9fbc1bdfd9777b827c6aab0f
tree14baab6a650b460e4b306e2442b05e45c5a73e5c
parent9fdaff30dbe38782f5cbda2249763fd5bd38e2c4
Hoist constant expressions (so->table and so->mask) out of the inner-loop.
Objects/setobject.c