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

SourceForge.net noreply at sourceforge.net
Tue Feb 10 16:29:11 EST 2004


Patches item #558745, was opened at 2002-05-21 12:10
Message generated for change (Comment added) made by tim_one
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: Jeremy Hylton (jhylton)
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: Tim Peters (tim_one)
Date: 2004-02-10 16:29

Message:
Logged In: YES 
user_id=31435

Assigned to Jeremy, cuz he wants to reconsider this.

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

Comment By: Tim Peters (tim_one)
Date: 2003-04-13 01:23

Message:
Logged In: YES 
user_id=31435

Unassigned.  I agree with closing it, BTW -- it wasn't hot or 
cold, it just seemed so neutral it was depressing <wink>.

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

Comment By: Neil Schemenauer (nascheme)
Date: 2003-04-12 09: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-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



More information about the Patches mailing list