]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch #864059: optimize eval_frame
authorRaymond Hettinger <python@rcn.com>
Fri, 6 Feb 2004 18:32:33 +0000 (18:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 6 Feb 2004 18:32:33 +0000 (18:32 +0000)
commit1dd8309246a1a1dfb1d28957d0a2a1aa64fbd4fe
tree9e7e555998f707b1d8f3f8fb0f040abbcb4fd0a1
parent7dcf9f89d331f5445d4972fa186778ed868945bc
SF patch #864059:  optimize eval_frame

Simplified version of Neal Norwitz's patch which adds gotos for
opcodes that set "why".  This skips a number of tests where the
outcome of the tests are known in advance.
Python/ceval.c