Yep,

I think we should create a benchmark _image_ then...
 

Em 26/11/2009 20:02, Stéphane Ducasse < [email protected] > escreveu:


Thanks for your reply :)

>> what you report is strange.
>> Can you let us know:
> 
>>        - vm
> 
> The Pharo VM is the current (as of a couple of days ago) download from
> the Pharo Homepage - Squeak 3.11.4 (beta).
> 
>>        - OS
> 
> Win2K SP4
> 
>>        - image version
> 
> Once again, a very recent download - pharo1.0-10493-rc1dev09.11.2.image
> 
>>        - your display depth
> 
> True Color 24 bit

I have 
 Display depth -> 32

then 24 looks strange to me.

depth: bitsPerPixel
 (bitsPerPixel > 32 or:
 [(bitsPerPixel bitAnd: bitsPerPixel-1) ~= 0])
 ifTrue: [self halt: 'bitsPerPixel must be 1, 2, 4, 8, 16 or 32'].
 depth := bitsPerPixel

Can you type 
 Display depth

 and Display depth: 32 to see if this change something?

>> Because people are using pharo on production and we got an increase of 15% 
>> of Morphic
>> in pharo 1.1 so I have some doubts.
> 
> It is very definitely much slower than Squeak on my system. This is an
> old laptop 900MHz P3, but it has no problems at all running Squeak.

We should keep an old machine around to test it. 
this is strange.
Because the Ob2Browser is slow because it displays package and getting package 
information is slow.
Which browser are you using
Can you give a try to change it and use the system browser (to change click on 
the right icon on the window ... Choose new default menu)

Can you change the theme?
using the preference pane?


Thanks 

Stef

> 
> Neil Butterworth


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to