Image Freezing

Keith Hodges keith_hodges at yahoo.co.uk
Sat Oct 21 00:07:04 UTC 2006


Dear Squeakers,

If anyone is willing to have a look and to see what they can make of it.

There is an image at ftp.seasidehosting.st
username: preloaded
password: squeak

If you open this image you might try the scalability test and see how 
far you can get before the image freezes. The furthest I managed was 
about 2500.

The procedure is as follows.
1. Firstly a minor fix
Go to the method PRPierifySmalltalkClass-class-#exampleProtoObject

edit this line
model := PRTimingWrapper on: (PRCommandAppScripter onKernelNamed: 'pier').
to match this line (just a minor fix)
model := PRTimingWrapper on: (PRCommandAppScripter onKernelNamed: 'Pier').


2. Open a Transcript to view progress.

3. In a workspace evaluate the following.

PRPierifySmalltalkClass exampleProtoObject.
PRPierifySmalltalkClass pace: 0.
PRPierifySmalltalkClass exampleAllClasses.

enjoy

Keith

Send instant messages to your online friends http://uk.messenger.yahoo.com 



More information about the Squeak-dev mailing list