*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 08 Nov 1996 19:45:36 +0100
changeset 167 b1b75bc122f3
parent 166 1d262259df3d
child 168 cc904c1d1bf3
*** empty log message ***
patches
private.rc
smalltalk_r.rc
stbc.rc
--- a/patches	Thu Nov 07 16:40:15 1996 +0100
+++ b/patches	Fri Nov 08 19:45:36 1996 +0100
@@ -25,7 +25,6 @@
 
 Class catchMethodRedefinitions:false.
 ObjectMemory infoPrinting:false.
-ObjectMemory justInTimeCompilation:true.
 Smalltalk loadBinaries:true.
 Compiler allowUnderscoreInIdentifier:true. 
 Compiler warnUnderscoreInIdentifier:false. 
--- a/private.rc	Thu Nov 07 16:40:15 1996 +0100
+++ b/private.rc	Fri Nov 08 19:45:36 1996 +0100
@@ -17,6 +17,15 @@
  *"
 
 "/
+"/ enable the justInTimeCompiler.
+"/ This is still somewhat experimental, therefore it is
+"/ turned on maunally here ....
+"/ ... it will be always on, once we have it running for half
+"/ a year or so ;-)
+"/
+Objectmemory justInTimeCompilation:true.
+
+"/
 "/ If local sources have preference over source code managment
 "/
 "/Class tryLocalSourceFirst:true.
--- a/smalltalk_r.rc	Thu Nov 07 16:40:15 1996 +0100
+++ b/smalltalk_r.rc	Fri Nov 08 19:45:36 1996 +0100
@@ -11,18 +11,22 @@
  * script is run ....
  *"
 
-"*
- * this handles all variant display stuff
- * (i.e. things which might change, when DISPLAY is set different)
- *"
+"/
+"/ this handles all variant display stuff
+"/ (i.e. things which might change, when DISPLAY is set different)
+"/
 Smalltalk fileIn:'display.rc'.
 
-
-"*
- * this defines stuff relating to the machine we are running on
- * (which may also be different after a snapIn)
- *"
+"/
+"/ this defines stuff relating to the machine we are running on
+"/ (which may also be different after a snapIn)
+"/
 Smalltalk fileIn:'host.rc'.
 
-ObjectMemory justInTimeCompilation:true.
+"/
+"/ if the image was saved with the dynamic compiler turned on,
+"/ turn it on again.
+"/ If you encounter any problems with it, remove the line below.
+"/
+ObjectMemory reEnableJustInTimeCompilation.
 
--- a/stbc.rc	Thu Nov 07 16:40:15 1996 +0100
+++ b/stbc.rc	Fri Nov 08 19:45:36 1996 +0100
@@ -52,4 +52,3 @@
 
 Smalltalk exit.
 !
-