On 11 October 2011 22:52, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Tue, Oct 11, 2011 at 9:10 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Mariano
I think that evolution and migration is key if we want to use fuel for loading code. This is why in MCZ you have always the source files. In case of trouble.
Exactly! and even more, you NEED the code if you are managing code ;)Â so you need it always, in case of problem or not.
It is important to use the current situation as case for evolution. I like the idea of igor of having class that represent different versions.
We will think about it.
Yes, think. :) The lesson that i learn by staring at VMMaker, events handling in image and other places: never ever spread bit-twiddling logic over multiple places. If you cannot avoid bit-twiddling, make sure to put it into a single place, so rest of the code could be kept clean of it. -- Best regards, Igor Stasenko.