*** empty log message *** rel3_4_3_1
authorClaus Gittinger <cg@exept.de>
Sat, 07 Mar 1998 15:52:21 +0100
changeset 268 fc519ebf52ae
parent 267 094a3aaa77bc
child 269 f7593dfc2706
*** empty log message ***
patches
--- a/patches	Sat Mar 07 15:06:49 1998 +0100
+++ b/patches	Sat Mar 07 15:52:21 1998 +0100
@@ -24,9 +24,15 @@
 
 system := OperatingSystem getSystemType.
 system = 'linux' ifTrue:[
+    "/ 'patches [info]: turn on JIT ...' infoPrintCR.
     ObjectMemory justInTimeCompilation:true.
 ].
 system = 'solaris' ifTrue:[
+    "/ 'patches [info]: turn on JIT ...' infoPrintCR.
+    ObjectMemory justInTimeCompilation:true.
+].
+system = 'iris' ifTrue:[
+    "/ 'patches [info]: turn on JIT ...' infoPrintCR.
     ObjectMemory justInTimeCompilation:true.
 ].
 
@@ -221,4 +227,3 @@
 "/ function ...
 "/
 !
-