A dog-slow browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
42 messages Options
123
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] A dog-slow browser

Mariano Martinez Peck


Thanks for the info Dave. I just built a new vm on the same machine from
the svn sources + VMMaker-dtl.156 (3.11.12-2148). I saw the line about
gnuification during make (which is absent with 3.11-3.2135). Here are the
#tinyBenchmarks results:

#(
       '388172858 bytecodes/sec; 10541379 sends/sec'
       '385542168 bytecodes/sec; 10590318 sends/sec'
       '385832705 bytecodes/sec; 10521930 sends/sec')

So it's true, the binary on squeakvm.org is not gnuified.


If it is not too much effort, it would be really cool to have such binary in the website. From the Pharo world, we would also need TrueType compiled :)

We are close to release 1.0, so having a fast VM would be REALLY appreciated for all!!

Thanks a lot,

Mariano


 

Levente


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

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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] A dog-slow browser

Levente Uzonyi-2
On Thu, 21 Jan 2010, Mariano Martinez Peck wrote:

> Thanks for the info Dave. I just built a new vm on the same machine from
>> the svn sources + VMMaker-dtl.156 (3.11.12-2148). I saw the line about
>> gnuification during make (which is absent with 3.11-3.2135). Here are the
>> #tinyBenchmarks results:
>>
>> #(
>>        '388172858 bytecodes/sec; 10541379 sends/sec'
>>        '385542168 bytecodes/sec; 10590318 sends/sec'
>>        '385832705 bytecodes/sec; 10521930 sends/sec')
>>
>> So it's true, the binary on squeakvm.org is not gnuified.
>>
>>
> If it is not too much effort, it would be really cool to have such binary in
> the website. From the Pharo world, we would also need TrueType compiled :)

I couldn't compile the FT2Plugin. CMake doesn't know the dependencies
of that plugin. I tried installing libfreetype6-dev, but it didn't help.
And if I (or someone else) build a vm, it will not be generally useful
(this is built on Ubuntu 9.04, it may even break on Ubuntu 8.04), remember
the UUIDPlugin issue?
Btw, I'm sure Ian will build a new vm soon.


Levente

>
> We are close to release 1.0, so having a fast VM would be REALLY appreciated
> for all!!
>
> Thanks a lot,
>
> Mariano
>
>
>
>
>>
>> Levente
>>
>>
>>>
>>> Dave
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>

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