Issue 4596 in pharo: WeakOrderedColllection array is replaced by an Array instead of a WeakArray

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
42 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4596 in pharo: WeakOrderedColllection array is replaced by an Array instead of a WeakArray

pharo

Comment #40 on issue 4596 by [hidden email]: WeakOrderedColllection  
array is replaced by an Array instead of a WeakArray
http://code.google.com/p/pharo/issues/detail?id=4596

It was probably a bad idea to mix two fixes in one (1 fix + 1 speedup).
Especially in the context of backport to version 1.3, only the essential  
fix without any risk related to speedup should go there (and did).
But the speedup is correct in the context of 1.4, so we should keep it.
Thanks to Marcus for his patience :) (I guess I wasted a few bits of it).


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4596 in pharo: WeakOrderedColllection array is replaced by an Array instead of a WeakArray

pharo
Updates:
        Status: Closed

Comment #41 on issue 4596 by [hidden email]: WeakOrderedColllection  
array is replaced by an Array instead of a WeakArray
http://code.google.com/p/pharo/issues/detail?id=4596

in 14137 and 14138


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
123