From 577cacd9c7c1599c7cc21f67a9f205a35e65cd55 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 7 Mar 2008 11:52:53 +0100 Subject: Add a journal note about memory management. darcs-hash:86658a929ac8adf4c419ba45ef6e14f9052ec08f --- JOURNAL | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'JOURNAL') diff --git a/JOURNAL b/JOURNAL index db3fd25..ad5c2c7 100644 --- a/JOURNAL +++ b/JOURNAL @@ -1,5 +1,18 @@ -*- mode: muse -*- +* 2008-03-07, 02:17:50 CET + +** Memory Management + +This is what the GNUstep manual says about the #dealloc method: + + In some circumstances, an object may wish to prevent itself from being + deallocated, it can do this simply be refraining from calling the + superclass implementation. + +Maybe we could use this in the case of a garbage-collected runtime. + + * 2008-03-05, 18:48:48 CET ** CMUCL and the MOP -- cgit v1.2.3