diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 11:52:53 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 11:52:53 +0100 |
commit | 577cacd9c7c1599c7cc21f67a9f205a35e65cd55 (patch) | |
tree | 9fd09ca7e04192ec4d62b945ebaa11f471d9e9d4 /JOURNAL | |
parent | e8b7cf9507bd295778e4d5e1b52483972d69bcb1 (diff) |
Add a journal note about memory management.
darcs-hash:86658a929ac8adf4c419ba45ef6e14f9052ec08f
Diffstat (limited to 'JOURNAL')
-rw-r--r-- | JOURNAL | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |