[Patches] [ python-Patches-558745 ] GC: untrack simple objects

noreply@sourceforge.net noreply@sourceforge.net
Tue, 21 May 2002 09:10:47 -0700


Patches item #558745, was opened at 2002-05-21 16:10
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=558745&group_id=5470

Category: Core (C code)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 3
Submitted By: Neil Schemenauer (nascheme)
Assigned to: Tim Peters (tim_one)
Summary: GC: untrack simple objects

Initial Comment:
This patch makes the GC untrack tuples that
contain no GC objects.  Unfortunately it doesn't seem
to help much.  The time for the 'storetups' case of
iterzip.py seems be about twice as fast (matching
Daniel Dunbar result).  Loading a number of complex
MEMS Exchange web pages causes the size of gen2 to go
up to 120000 instead of 134000 without the patch.

This change doesn't seem to be worth making.

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

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