[Pharo-users] Pharo image size increases continuously

2020-12-23 Thread Dario Romano Trussardi
Ciao, I am developing a seaside based application in pharo Pharo 8.0.0 Build information: Pharo-8.0.0+build.1141.sha.1b7a8d8203fce2a57794451f555bba4222614081 (64 Bit) Seaside version 3.4.3 Grease Version 1.6.1

[Pharo-users] Re: subclassResponsibility

2020-12-23 Thread Jimmie Houchin
I didn't thinks so, but was not sure. I have not done much with Abstract classes. I will have to think about that and its design implications. Thanks for the suggestion. Jimmie On 12/22/20 8:01 PM, Richard Sargent wrote: Is there a way force allSubclasses to implement the method? No. Pret

[Pharo-users] Re: Pharo image size increases continuously

2020-12-23 Thread Stéphane Ducasse
Hello did you try the SpaceTally to get more information? I'm responsible to help getting information about system space usage. The information I compute is represented by a spaceTallyItem try something like: ((SpaceTally new spaceTally: (Array with: TextMorph with: Point)) asSor

[Pharo-users] Re: About BitBlt for non graphical problems

2020-12-23 Thread Stéphane Ducasse
I do not have your answer but I see that you are having fun… :) Continue. I’m playing with VM implementation for the exact same reason :) > On 21 Dec 2020, at 10:56, Rafael Luque wrote: > > Hi all, > > I remember to read in the Blue Book about a Game Of Life solution based on > the BitBlt op

[Pharo-users] Re: Pharo image size increases continuously

2020-12-23 Thread Dario Romano Trussardi
Ciao, > Hello > > > did you try the SpaceTally to get more information? yes, but it's not that I have clarified the situation…. Here is what was found by: WASpaceStatus Class code space # instances inst space percent Array 4280572944 7471

[Pharo-users] Re: Pharo image size increases continuously

2020-12-23 Thread Dario Romano Trussardi
Ciao, > Il giorno 23 dic 2020, alle ore 20:09, Stéphane Ducasse > ha scritto: > > In Pharo 90 latest image I got > > and > > Array allInstances groupedBy: [:each | each pointersTo] in a clean Pharo 8.0.0 image with 34798 array instances after 2 hours still no result. Let'