changed:
authorClaus Gittinger <cg@exept.de>
Mon, 01 Aug 2011 08:53:57 +0200
changeset 13537 647c75f02ce7
parent 13536 839fe9c57304
child 13538 a24a22ac673e
changed: #start #startSchedulerAndBackgroundCollector
Smalltalk.st
--- a/Smalltalk.st	Sun Jul 31 20:02:53 2011 +0200
+++ b/Smalltalk.st	Mon Aug 01 08:53:57 2011 +0200
@@ -1039,7 +1039,6 @@
     "Created: 20.6.1997 / 16:58:28 / cg"
 ! !
 
-
 !Smalltalk class methodsFor:'browsing'!
 
 browseAllCallsOn:aSelectorSymbol
@@ -4115,8 +4114,8 @@
                 ].
 
                 "/ setup more defaults...
-                ObjectMemory startBackgroundCollectorAt:5.
-                ObjectMemory startBackgroundFinalizationAt:5.
+"/                ObjectMemory startBackgroundCollectorAt:5.
+"/                ObjectMemory startBackgroundFinalizationAt:5.
                 self addStartBlock:[
                     self startSchedulerAndBackgroundCollector
                 ].
@@ -4130,12 +4129,15 @@
 
     self mainStartup:graphicalMode
 
-    "Modified: / 31-07-2011 / 20:02:37 / cg"
+    "Modified: / 01-08-2011 / 08:53:37 / cg"
 !
 
 startSchedulerAndBackgroundCollector
     Processor startTimeSlicing.
     Processor supportDynamicPriorities:true.
+
+    ObjectMemory startBackgroundCollectorAt:5.
+    ObjectMemory startBackgroundFinalizationAt:5.
     ObjectMemory backgroundCollectProcess priorityRange:(4 to:9).
     ObjectMemory backgroundFinalizationProcess priorityRange:(4 to:9).
 
@@ -7626,11 +7628,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.964 2011-07-31 18:02:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.965 2011-08-01 06:53:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.964 2011-07-31 18:02:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.965 2011-08-01 06:53:57 cg Exp $'
 !
 
 version_SVN