Which VM for vintage Macintosh?

Eddie Cottongim cottonsqueak at earthlink.net
Fri Dec 13 21:03:32 UTC 2002


If coordinating sound production with other events is complicating things
one thing that may help is the class QueueSound. I am not sure about what
version in which this class appeared. Basically, you throw sounds in it, and
they come out one at a time. With a one-liner change you can have it notify
you when its almost out of sounds, eliminating any need for polling and
making things quite efficient and easy.

Eddie

----- Original Message -----
From: "Randy Bohn" <rsbohn at rocketmail.com>
To: <Squeak-dev at lists.squeakfoundation.org>
Sent: Friday, December 13, 2002 12:02 PM
Subject: Which VM for vintage Macintosh?


> I currently have Squeak VM 1.2 on a PowerBook 170 (25 MHz 68030, 8MB
> RAM). I am building a morse code trainer on it. I wonder if I should be
> using a later VM. The sound output is acceptable as long as I padd it
> with silence (can't make sound and update the screen at the same time).
> I think I am using all of the 8MB RAM, need to spend some time
> shrinking the image.
> As this is a 'serious' retro-computing project I'm satisfied with the
> MVC UI--support for Morphic is not necessary. I don't plan to use the
> network either.
>
> Would I get better performance from a 2.x VM?
>
> Thanks,
> RSBohn
> (Using 20th century technology to learn 19th century technology)
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
>
>





More information about the Squeak-dev mailing list