[Patches] [ python-Patches-701907 ] More use of fast_next_opcode

SourceForge.net noreply@sourceforge.net
Tue, 11 Mar 2003 17:38:00 -0800


Patches item #701907, was opened at 2003-03-11 20:38
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=701907&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Raymond Hettinger (rhettinger)
Assigned to: Neal Norwitz (nnorwitz)
Summary: More use of fast_next_opcode

Initial Comment:
Applies "goto fast_next_opcode" instead of continue in 
op codes that don't make intervening C calls.  Makes 
the common tiny quick opcodes just a little quicker.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=701907&group_id=5470