summaryrefslogtreecommitdiff
path: root/JOURNAL
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 11:52:53 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-03-07 11:52:53 +0100
commit577cacd9c7c1599c7cc21f67a9f205a35e65cd55 (patch)
tree9fd09ca7e04192ec4d62b945ebaa11f471d9e9d4 /JOURNAL
parente8b7cf9507bd295778e4d5e1b52483972d69bcb1 (diff)
Add a journal note about memory management.
darcs-hash:86658a929ac8adf4c419ba45ef6e14f9052ec08f
Diffstat (limited to 'JOURNAL')
-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