gnustep-dev
[Top][All Lists]
Advanced

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

Re: big memory leak in GSString


From: Richard Frith-Macdonald
Subject: Re: big memory leak in GSString
Date: Tue, 8 Jan 2013 16:03:31 +0000

On 8 Jan 2013, at 15:45, Chan Maxthon wrote:

> Why wouldn't you guys just use libobjc2 and ARC?

Or garbage collection ... which has been around for ages!

People don't use these features because they are all non-standard, in that they 
aren't on most systems.

The vast majority of systems come with objc (not objc2) and no garbage 
collection ... so it makes sense to write most code for that environment unless 
you are specifically targettting another (or are intendng to supply the 
environment  as a whole rather than just your app).


  


reply via email to

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