[Patches] [Patch #102337] revised CALL_FUNCTION implementation

noreply@sourceforge.net noreply@sourceforge.net
Wed, 8 Nov 2000 16:08:26 -0800


Patch #102337 has been updated. 

Project: python
Category: core (C code)
Status: Open
Summary: revised CALL_FUNCTION implementation

Follow-Ups:

Date: 2000-Nov-08 16:08
By: jhylton

Comment:
This is a first draft patch that revises the CALL_FUNCTION implementation.  The first part of the revision breaks the long inline implementation into a series of function calls.  Each of the function calls has some small local optimizations (e.g. PyMethod_GET_SELF instead of PyMethod_GetSelf).

One problem that needs to be figured out is how these functions can cleanly access the stack_pointer local var of eval_code2.  The current approach is a bit messy.


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

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=102337&group_id=5470