How I could know what the common minimal should be Re: Partitioning the image (was Re: Shrinking sucks!)

Bert Freudenberg bert at impara.de
Wed Feb 9 14:19:01 UTC 2005


Am 09.02.2005 um 14:11 schrieb Lic. Edgar J. De Cleene:

> Squeakers beyond the seas.
>
> I'm in this shrinking business for a while and I wish check some 
> points.
>
> 1) Minimal code for doing something.
>
> Suppose I wish know the exact methods performed for doing Morph new or
> [Socket  tcpCreateIfFail: [self halt] (as example).
>
> I try Jesse Welton MessageSendTree and built in MessageTally  without
> success .
>
> One hour of detective work and I found:
>
> Transcript show: (ContextPart tallyMethods: [Socket
>         tcpCreateIfFail: [self halt]]).
>
> Its correct ? This process could be expanded for having a skeletal 
> image ?
> (That is , a one what only have the super minimal code for later 
> Monticello
> or SM code loading )


Try this:

	MessageTally tallySends: [...]

- Bert -




More information about the Squeak-dev mailing list