Sept. 29, 2016
8:34 a.m.
On 29 Sep 2016, at 10:25, Marcus Denker <marcus.denker@inria.fr> wrote:
Slice committed:
https://pharo.fogbugz.com/f/cases/19155/speedup-instVarNamed
Marcus
that was quick! I had locally modified to use 1 to: specLayout size do: [] and then use specLayout at: directly. It seemed to make a small difference as well So I was "lucky" to pick PointerLayout as class to put the method in? classLayout will always be an instance of PointerLayout (or its subclasses)? thank you holger PS: It luckily speeds up instVarNamed:put: as well :)