On 03 Mar 2015, at 10:20, Marcus Denker <marcus.denker@inria.fr> wrote:



Size: 22.9MB (== 21.8 MiB, people obsessed with memory size tend to think binary).


Another ~150KB savings for review:

https://pharo.fogbugz.com/f/cases/15032/ScriptLoader-does-not-need-to-log-the-change-description

Scriptloader has an old mechanism to log all descriptions of updates. These days the discription is
a) always just a lost of issue tracker issues
b) available in the Monticello history of the ScriptLoader package.

==> the slice removes the ~160Kb String from the image.

Ok, this is now in and the image is now 22.7MB. with all examples, tests, tutorials, ConfigurationOf, 
Metacello...

Marcus