[Cuis] Cuis on Raspberry Pi

Frank Shearar frank.shearar at gmail.com
Thu Dec 19 10:28:46 CST 2013


On 19 December 2013 15:39, nacho <0800nacho at gmail.com> wrote:
> I've been doing a lot of testing and tweaking.
> I've tried Squeak 3, Squeak 3.7, Squeak 4.4 and Cuis.
> One thing that puzzled me was that when I evaluated:
>
> Time millisecondsToRun: [Smalltalk allCallsOn: #asOop].
>
> In SqueakX, I get nearly 950, wheras in Cuis I get 600.
> And,
>
> MessageTally spyOn: [Smalltalk allCallsOn: #asOop].
>
> Is also, much faster in Cuis than in SqueakX.

That might be because either one is actually faster, or that there are
much fewer #asOop calls in one, so much less work to do.

frank




More information about the Cuis mailing list