Note that similar performance improvements should be seen across the board in general usage though.

Regards, Gary
----- Original Message -----
From: Marcus Denker
To: Pharo-project@lists.gforge.inria.fr
Sent: Tuesday, November 10, 2009 5:36 PM
Subject: Re: [Pharo-project] [update 1.1] #11038


On Nov 10, 2009, at 6:33 PM, Mariano Martinez Peck wrote:



On Tue, Nov 10, 2009 at 2:31 PM, Marcus Denker <denker@acm.org> wrote:

On Nov 10, 2009, at 6:24 PM, St�phane Ducasse wrote:

> excellent!
> speed speed speed :)
>

On my system, the browser-benchmark is 17% faster for the Core image after loading the update.


Sorry, but which browser? (systembrowser? packageAdaptor?) which benchmark did you try ?  any code to test?


this is the benchmark code:


| saveMorphs time |
[saveMorphs := World submorphs.
World removeAllMorphs."heh, heh"
time := [1 to: 10 do: [:i |
MorphicToolBuilder new open:
         (Browser new setClass: SystemDictionary selector: nil).
World doOneCycleNow].
World submorphs do: [:m | m delete. World doOneCycleNow].
] timeToRun] ensure:[World addAllMorphs: saveMorphs].
SystemWindow noteTopWindowIn: World.
time


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project