Re: [Pharo-users] image shrinking and cleanup

2016-10-22 Thread Ben Coman
Spur has a known poor compaction algorithm that I understand from past vm-dev posts is near the top of the list for next action. For the moment you might try Spur32BitPreen... * http://forum.world.st/unused-method-removal-vs-Spur-compaction-td4916008.html * http://forum.world.st/Fwd-Vm-dev-unused

[Pharo-users] image shrinking and cleanup

2016-10-22 Thread Peter Uhnak
Hi, I know that I can cleanup the image with `Smalltalk cleanUp: true except: {} confirming: false.`, however that doesn't seem to help much. My guess is that there are some objects that the system is permanently unable to GC, however I have no idea how to find them (or even where to begin the