Method.st
changeset 22061 6b7d60d13319
parent 22019 86723ef64f2d
child 22188 1b876830c38e
--- a/Method.st	Tue Jul 18 15:30:59 2017 +0200
+++ b/Method.st	Thu Jul 20 12:14:14 2017 +0200
@@ -234,11 +234,14 @@
 !Method class methodsFor:'cleanup'!
 
 lowSpaceCleanup
+    "cleanup in low-memory situations"
+
     LastParseTreeCache := nil.
     LastSourceFileName := LastWhoClass := nil.
     self flushSourceStreamCache.
 
     "Created: / 08-08-2011 / 19:11:23 / cg"
+    "Modified (comment): / 20-07-2017 / 12:06:17 / cg"
 ! !
 
 !Method class methodsFor:'queries'!
@@ -1052,6 +1055,7 @@
     "Modified (format): / 18-11-2011 / 14:47:06 / cg"
 ! !
 
+
 !Method methodsFor:'accessing-visibility'!
 
 isIgnored
@@ -3773,6 +3777,7 @@
     "Created: / 23-07-2012 / 11:16:36 / cg"
 ! !
 
+
 !Method methodsFor:'source management'!
 
 revisionInfo