[ANN] SqueakMap RC2 and SM Loader 0.96 out

Jon Hylands jon at huv.com
Sun Oct 27 16:47:28 UTC 2002


On Sun, 27 Oct 2002 01:44:13 -0400, "PhiHo Hoang" <phiho.hoang at rogers.com>
wrote:

>     Who knows, that may cut another half a million bytes ;-)

Actually, yeah, something like 500-700 KB more. The major-shrunk image my
changeset produces has something like 100 obsolete classes in it, that are
referenced from methods in base classes.

> > I wrote a tool that lets you specify a set of classes and globals,
> > and it will print a report of every method in those classes that
> > reference a class or global not in that set.
> 
>     That's cool. I guess that tool will be included in the next release. :-)

Yeah. Its actually part of my headless image stripper, but it can be put
pretty much anywhere.

I've also got a first cut of a simple command-line interface that works
over the serial port. I have tested it and it seems to work okay.
Basically, you connect two computers with a null-modem cable, run a
terminal program on one, and Sqeuak (either headless or headful) on the
other.

Once you start the listener in Squeak, you get a prompt on the terminal
program on the second computer, and you can type in Smalltalk expressions
and see the results.

The general point of that piece is to see that a headless image is running
and responding to user input -- I'm going to have it running on my Axis
image so I can see that the VM port is actually working.

Later,
Jon

--------------------------------------------------------------
   Jon Hylands      Jon at huv.com      http://www.huv.com/jon

  Project: Micro Seeker (Micro Autonomous Underwater Vehicle)
           http://www.huv.com



More information about the Squeak-dev mailing list