private.rc
changeset 294 f6501410860b
parent 293 b40e80240b36
child 295 6b28f0a1753f
--- a/private.rc	Tue Aug 04 02:14:46 1998 +0200
+++ b/private.rc	Tue Aug 04 02:20:48 1998 +0200
@@ -294,8 +294,13 @@
 "/ now always get a chance to make some progress ...
 
 thisIsMySystem ifTrue:[
-    ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).
-    ObjectMemory backgroundFinalizationProcess priorityRange:(4 to:9).
+    Smalltalk addStartBlock:[
+	'private.rc [info]: start timeSlicing...' infoPrintCR.
+	Processor startTimeSlicing.
+	Processor supportDynamicPriorities:true.
+	ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).
+	ObjectMemory backgroundFinalizationProcess priorityRange:(4 to:9).
+    ]
 ].
 
 "/ experimental: configure the memory manager to quickly increase