Re: [Pharo-project] about sluggines on linux
On 2009-12-05, at 3:32 PM, Arturo Zambrano wrote:
'215851602 bytecodes/sec; 6194336 sends/sec'
Machine: Linux donner2 2.6.28-tuxonice-r10 #8 SMP Sun Nov 8 09:50:51 ART 2009 x86_64 AMD Turion(tm) 64 X2 TL-60 AuthenticAMD GNU/Linux. 2GHz
That speed is 1/2 of my 2.33Ghz intel core 2 Duo '533333333 bytecodes/sec; 12157397 sends/sec'
Try doing Transcript cr;show: [Display fillWhite. 1 to: 4 do: [:i | Pen new color: i; turn: 90*i; dragon: 14] ] timeToRun. Display restore.
report back how big the number is printed to the transcript
1897
This number is fine -- =========================================================================== John M. McIntosh <johnmci@smalltalkconsulting.com> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com ===========================================================================
Hola Arthuro Here this is raining and windy :) (and cold)
'215851602 bytecodes/sec; 6194336 sends/sec'
Machine: Linux donner2 2.6.28-tuxonice-r10 #8 SMP Sun Nov 8 09:50:51 ART 2009 x86_64 AMD Turion(tm) 64 X2 TL-60 AuthenticAMD GNU/Linux. 2GHz
That speed is 1/2 of my 2.33Ghz intel core 2 Duo
'533333333 bytecodes/sec; 12157397 sends/sec'
2.56 Ghz intel core 2 Duo with latest 1.1 image '576901408 bytecodes/sec; 12762744 sends/sec'
Try doing Transcript cr;show: [Display fillWhite. 1 to: 4 do: [:i | Pen new color: i; turn: 90*i; dragon: 14] ] timeToRun. Display restore. report back how big the number is printed to the transcript
1897
This number is fine
1676 The conclusion is that we should continue to work on making it faster. Arthuro using 1.1 changing the theme using StrikeFont installDejaVu and setting up the fonts give a better feel Does anybody know a software slowing down a mac (because the problem is that I'm not sure that I can run a closure VM on a old mac I have) so that we could do some tests on slow machines? Stef
participants (2)
-
John M McIntosh -
Stéphane Ducasse