]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bump default check interval to 100 instructions. Computers are much faster
authorSkip Montanaro <skip@pobox.com>
Tue, 3 Sep 2002 20:19:06 +0000 (20:19 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 3 Sep 2002 20:19:06 +0000 (20:19 +0000)
commit99dba27e9a671693710128c0cfb5ed6686cda79b
tree9e7895a45a4421b13117454a3add7ff190e5bf29
parentd581d7792bc31e6249ee6ed20bc2a71f53f0d3bb
Bump default check interval to 100 instructions.  Computers are much faster
than when this interval was first established.  Checking too frequently just
adds needless overhead because most of the time there is nothing to do and
no other threads ready to run.
Python/ceval.c