help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [PATCH] Process


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [PATCH] Process
Date: Tue, 25 Mar 2014 16:18:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

Il 24/03/2014 15:07, Holger Hans Peter Freyther ha scritto:
> Yes also for another reason with my change the process is always on
> the right priority queue, the current implementation would only put
> it when it's yielding or scheduled.

As opposed to what?

This invariant:

((processor processesAt: priority) select: self)

is obviously wrong if the process is suspendend (myList := nil) or on a semaphore.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]