private.rc
changeset 295 6b28f0a1753f
parent 294 f6501410860b
child 296 388fa68c1467
equal deleted inserted replaced
294:f6501410860b 295:6b28f0a1753f
   291 
   291 
   292 "/ experimental:
   292 "/ experimental:
   293 "/ run the background collector at a dynamic priority - it will
   293 "/ run the background collector at a dynamic priority - it will
   294 "/ now always get a chance to make some progress ...
   294 "/ now always get a chance to make some progress ...
   295 
   295 
   296 thisIsMySystem ifTrue:[
   296 true "thisIsMySystem" ifTrue:[
   297     Smalltalk addStartBlock:[
   297     Smalltalk addStartBlock:[
   298 	'private.rc [info]: start timeSlicing...' infoPrintCR.
   298 	'private.rc [info]: start timeSlicing...' infoPrintCR.
   299 	Processor startTimeSlicing.
   299 	Processor startTimeSlicing.
   300 	Processor supportDynamicPriorities:true.
   300 	Processor supportDynamicPriorities:true.
   301 	ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).
   301 	ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).