[DISCUSSION] Is Squeak/Smalltalk able to do this?

Robert Withers rwithers12 at attbi.com
Mon Feb 10 00:23:39 UTC 2003


On Saturday, February 8, 2003, at 11:15 AM, Stephane Ducasse wrote:

> You have also MethodWrappers from john Brant (I know somebody ported 
> them to squeak).
> You can also read my Joop paper: message passing Control in Smalltalk 
> available on my webpage.


Stephane, your paper was fundamental in implementing SqueakElib.  I 
decided to intercept the message lookup, rather than the 
wrapper/instrumentation approach.  It turns out that a wrapper is still 
needed, but the other goal is to secure these references into the vm, 
and the approach taken supports that too.

cheers,
rob



More information about the Squeak-dev mailing list