]> granicus.if.org Git - python/commit
Unblocked and merged revisions 67494 via svnmerge from
authorJeffrey Yasskin <jyasskin@gmail.com>
Fri, 12 Dec 2008 21:25:13 +0000 (21:25 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Fri, 12 Dec 2008 21:25:13 +0000 (21:25 +0000)
commitd0a70d4bab2ba95ce1d6eae73f61f1e4cdf35941
tree8039fbb31f2bb8ed28d5fc2552fb690c1dd24c24
parent696d6ba6b9c03884c80c789ffb6486f8a65795ab
Unblocked and merged revisions 67494 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r67494 | jeffrey.yasskin | 2008-12-02 22:46:45 -0800 (Tue, 02 Dec 2008) | 5 lines

  Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
  whether any thread has tracing turned on, which saves one load instruction in
  the fast_next_opcode path in PyEval_EvalFrameEx().  See issue 4477.
........
Python/ceval.c