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

SourceForge.net noreply@sourceforge.net
Thu, 13 Mar 2003 13:40:57 -0800


Patches item #701907, was opened at 2003-03-12 02: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.

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

>Comment By: M.-A. Lemburg (lemburg)
Date: 2003-03-13 22:40

Message:
Logged In: YES 
user_id=38388

Sorry, not much time to look at this.
>From a quick scan, it looks OK.


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

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