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

SourceForge.net noreply@sourceforge.net
Thu, 13 Mar 2003 17:51:32 -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: Closed
>Resolution: Fixed
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: Raymond Hettinger (rhettinger)
Date: 2003-03-13 20:51

Message:
Logged In: YES 
user_id=80475

Thanks for the second look.  It's a low risk patch, so I'll go 
ahead and load it.  See ceval.c 2.354.




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

Comment By: M.-A. Lemburg (lemburg)
Date: 2003-03-13 16: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