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

SourceForge.net noreply@sourceforge.net
Sat, 12 Apr 2003 06:43:11 -0700


Patches item #558745, was opened at 2002-05-21 16:10
Message generated for change (Comment added) made by nascheme
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: Closed
>Resolution: Rejected
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: Neil Schemenauer (nascheme)
Date: 2003-04-12 13:43

Message:
Logged In: YES 
user_id=35752

I'm not since it doesn't seem to help much.  It looks like
no one else is either.  Closing it.

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

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-04-12 01: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