SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 59 Python

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.
........
J
Jeffrey Yasskin committed
008d8ef1a87dcf8fdada5ab01e27dcb6e4100472
Parent: fd24b32