Feb. 13, 2013
7:34 a.m.
Hi, The current image has a size of 28.7MB (#20540). Now execute this expression: MCVersionInfo allInstances do: [ :each | each instVarNamed: 'ancestors' put: nil ]. save the image. Result: 20MB ⦠this means that MC is wasting 8MB of memory with data that should live in the repository. And the problem is that is gets larger with every commit⦠The other offender is ScriptLoader. Unload that, do a #cleanUpForRelease ==> 15.6MB Then .changes. Now it is at 32MB, plus 16MB sources. We really need to condense the sources for 2.0⦠of course the problem is that it's broken (as it should be, because it is not tested). Marcus