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

SourceForge.net noreply@sourceforge.net
Fri, 11 Apr 2003 18:16:59 -0700


Patches item #558745, was opened at 2002-05-21 12:10
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://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.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-04-11 21:16

Message:
Logged In: YES 
user_id=33168

Neil, are you still interested in this patch?

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

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