On 11/03/2011 12:10 PM, Paolo Bonzini wrote: > >> Also, why running all the threads on the same CPU would >> make the code thread-safe? > > It would ensure that two mutators wouldn't run concurrently. In some > sense, signal-safe code could then be considered thread-safe too. >
How so? The scheduler can switch between the two threads on every instruction. -- error compiling committee.c: too many arguments to function