Dec. 31, 2010
1:54 p.m.
Comment #3 on issue 3498 by stephane.ducasse: remove:ifAbsent: in linked list leads to interruption/sync problems http://code.google.com/p/pharo/issues/detail?id=3498 The bug is probably linked to the fact that the vm does preempt == while the other definition is based on messages and can be preempted. Adrian what do you think?