]> granicus.if.org Git - python/commit
Merged revisions 67494 via svnmerge from
authorJeffrey Yasskin <jyasskin@gmail.com>
Sat, 6 Dec 2008 17:09:27 +0000 (17:09 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Sat, 6 Dec 2008 17:09:27 +0000 (17:09 +0000)
commit008d8ef1a87dcf8fdada5ab01e27dcb6e4100472
tree142fc573b4e35b094ce69778425ae757f56ab946
parentfd24b323f9998d34669c84ba0d5c3dbd827bdc17
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