HydraTools and minimal images

Igor Stasenko siguctua at gmail.com
Fri Feb 15 23:15:43 UTC 2008


Okay, i think i have a solution which will suit both of us.
By adding a HydraInterpreter class, instances of which will be used in
primitives.
Class should have two fields: index and handle.
Primitives then checking:
- if given argument is of class HydraInterpreter,
then reads index and handle.
then checks if by given index VM having same interpreter handle, as
specified in HydraInterpreter instance.
If not, then it tries to search its list of interpreters to find given
handle, and if found, updates index automatically.
If handle not found, then primitive fails.

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list