Launcher.st
changeset 700 23bc1eb02ac9
parent 699 a0299969a8fd
child 702 fdbfdaf9dc17
--- a/Launcher.st	Wed Aug 28 16:17:51 1996 +0200
+++ b/Launcher.st	Fri Aug 30 01:52:17 1996 +0200
@@ -1048,7 +1048,11 @@
         Compiler stcCompilationDefines:stcDefines value.
         Compiler stcCompilationOptions:stcOptions value.
         Compiler foldConstants:(constantFoldingOptions at:constantFolding selectionIndex).
+
         supportsJustInTimeCompilation ifTrue:[
+            justInTimeCompilation value ifTrue:[
+                Method allInstancesDo:[:m | m checked:false].
+            ].
             ObjectMemory justInTimeCompilation:justInTimeCompilation value.
         ].
         ObjectFileLoader notNil ifTrue:[
@@ -1063,7 +1067,7 @@
     box destroy
 
     "Modified: 10.9.1995 / 19:19:18 / claus"
-    "Modified: 27.8.1996 / 14:14:25 / cg"
+    "Modified: 30.8.1996 / 01:51:17 / cg"
 !
 
 displaySettings
@@ -3345,5 +3349,5 @@
 !NewLauncher  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.180 1996-08-28 14:17:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.181 1996-08-29 23:52:17 cg Exp $'
 ! !