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