Re: all

Kender Olly <[email protected]> Thu, 25 Oct 2007 12:20:21 -0700
Newsgroups gmane.comp.lang.smalltalk.strongtalk
Message-ID <[email protected]>
Hi, Dave.

Thank you to spend me your time.
> Hi,
>
> Your problem is very simple.  You are running out of memory, causing it to
> crash.  The full GC doesn't run automatically right now (scavenging does,
> but not full garbage collection).  You have to invoke full GC specifically
> if you want it (VM collectGarbage).

Is it means that i can scavenging "manually"?

> But the bigger problem is that you are running a benchmark that is spending
> all of its time in the large integer primitives, not in Smalltalk, so it
> won't tell you anything meaningful.  Factorial is just about the worst
> benchmark ever written.  It may be cool to show people that don't know
> Smalltalk, but it is useless.

Please excuse me, i work on VW and Squeak VM but it work so slowly.
Therefore, i want to test Strongtalk (as most speedy VM) and test
other Smalltalk VM. I see Strongtalk really faster then other but i
want see the concrete numbers.

-Olly


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Strongtalk-general" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/strongtalk-general?hl=en
-~----------~----~----~----~------~----~------~--~---