]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #884022: dynamic execution profiling vs opcode prediction
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:59:27 +0000 (19:59 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Feb 2004 19:59:27 +0000 (19:59 +0000)
commita72169871dec0905b47d7de2198cd3998a2c0d25
tree8c5a330d44ae68690b6b8c24a7972fbfe73036a0
parentce9b4714efc86c098d677375922afb49a1877dbe
SF patch #884022:  dynamic execution profiling vs opcode prediction
(Contributed by Andrew I MacIntyre.)

disables opcode prediction when dynamic execution
profiling is in effect, so the profiling counters at
the top of the main interpreter loop in eval_frame()
are updated for each opcode.
Python/ceval.c