gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory Leak in NSString.m


From: Frederic De Jaeger
Subject: Re: Memory Leak in NSString.m
Date: 22 Feb 2001 10:57:57 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.3

RFM> I've added releases to fix the memory leak (I think).
RFM> Using autorelease may simplify the code a little ... but it would make it
RFM> a whole lot slower.  I know this because I originally implemented it
RFM> using autorelease and had to rewrite to use release in order to get
RFM> decent performance with large property-lists.

Ok, I thought about a performance reason but I didn't think  the
gain could be so important. Usually, you don't need to parse a big
property list in the inner loops of your code. It may only appends in the
startup of a prog. Does it really slow down the launch of an
application ?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]