Comment #6 on issue 3658 by [email protected]: Dictionaries corrupt when loaded from image segment
http://code.google.com/p/pharo/issues/detail?id=3658
(Set allCallsOn collect: [:t| t compiledMethod]) select: [:each | each hasLiteral: #isKindOf:]
reveals no further sites which should be affected by the refactoring. Well, except for Set #= s := Set with: 1 with: 2. d := Dictionary with: 1->1 with: 2->2. In 1.0: s = d true d = s false in 1.1 onwards: s = d true d = s false Noone's complained though :)
