[Pharo-project] about selectorsDo: versus selectors do:
nicolas following the includesSelectors: fix I imagine that replacing all the selectors do: by selectorsDo: will avoid creating unnecessary intermediate collection. I checked and there are some places where we could fix that. Stef
Yes ! Just beware of a few loops that could modify the methodDictionary. 2009/10/24 Stéphane Ducasse <stephane.ducasse@inria.fr>:
nicolas
following the includesSelectors: fix I imagine that replacing all the selectors do: by selectorsDo: will avoid creating unnecessary intermediate collection. I checked and there are some places where we could fix that.
Stef
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Nicolas Cellier -
Stéphane Ducasse