HydraVM now truly event-driven, with more clean design

Igor Stasenko siguctua at gmail.com
Mon Feb 18 13:44:06 UTC 2008


On 18/02/2008, Craig Latta <craig at netjam.org> wrote:
>
>  > No, simulator code is broken.
>
>       Because of something you did?
>
Yes, because of objectification.
Instance variables of Interpreter now having different meaning in C.
Some of them are kept global, while most of them kept on a
per-instance basis.
To make simulator working correctly it would require to move all
global vars into a separate class.
Or move globals to class variables and move current class vars to
shared pool, and make appropriate changes in CodeGenerator.

>
>       thanks again,
>
> -C
>
> --
> Craig Latta
> improvisational musical informaticist
> www.netjam.org
> Smalltalkers do: [:it | All with: Class, (And love: it)]
>
>
>


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list