[squeak-dev] Re: specialObjectsOop

Craig Latta craig at netjam.org
Wed Aug 5 17:16:42 UTC 2009


Hi--

> The specialObject number four itself is a scheduler, therefore those
> coding. Is that right?

     Right, the SchedulerAssociation class variable of class
ObjectMemory is a numerical index into the special objects array. The
object at that location is one of the associations in the so-called
"system dictionary"; the value of that association is the active
instance of class ProcessorScheduler.

     You can see this most readily by browsing "class var refs..." of
ObjectMemory and choosing SchedulerAssociation.


-C





More information about the Squeak-dev mailing list