<div dir="ltr">Does anyone know what the purpose of this code in ProcessorScheduler class>>#startUp: is?<br><div><br></div><div>     Smalltalk processPreemptionYields ifTrue: [<br>          Smalltalk processPreemptionYields: false].<br></div><div><br></div><div>#processPreemptionYields: comment says </div><div><br></div><div>     "This flag persists across snapshots,stored in the image header." </div><div><br></div><div>but due to the above, effectively for the user, it does not.  If it was set true in the previous session, upon restarting it will be back to false.  The comment also indicates that the "default" is true (Bluebook behavior), but this code overrides that on every start up, so not really a default.</div><div><br></div><div>If someone did want to automate setting this to true, what would be the best way?  I thought about a "competing" #startUp: method in some other class, being careful to sequence it after ProcessorScheduler but.. hmm, could this code simply be removed, instead?  Do we have things in the image that depend on this setting?</div><div><br></div><div>Best,</div><div>  Chris</div></div>