[Q] perform:

Torge.Husfeldt at gmx.de Torge.Husfeldt at gmx.de
Wed Feb 12 16:30:23 UTC 2003


Hi Alexandre,

Just a thought:
You could write your special lookup code in
ProtoObject>>doesNotUnderstand:
and then replace all Symbols in the method dictionaries with some sort
of proxy very much like SelecorSpaces. Just make sure that lookup only
works when done by your code in DNU and so the vm's lookup will always
fail and fall back to your implementation of DNU.

HTH,
Torge

Alexandre Bergel <bergel at iam.unibe.ch> wrote:
> Hello Ned!
> 
> > What are you trying to do?
> 
> The implementation of the Classbox model need a VM method lookup modification. But I also would like to come with a changeset which doesn't require a such new VM. Like that people can play with it. The tradeoff will be the speed.
> 
> 
> > You could (I think) come up with a different compiler for the classes 
> > of interest that would send #perform:.
> 
> That was I tought, but I prefer to ask than to make some wrong assumption.
> 
> Cheers,
> Alexandre
> 
> 
> > -- 
> > Ned Konz
> > http://bike-nomad.com
> > GPG key ID: BEEA7EFE
> > 
> 
> -- 
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Bergel Alexandre  http://www.iam.unibe.ch/~bergel
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



More information about the Squeak-dev mailing list