summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--JOURNAL13
1 files changed, 13 insertions, 0 deletions
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