Login  Register

Re: InterpreterSimulator reloaded

Posted by Stéphane Ducasse on Mar 09, 2011; 9:04am
URL: https://forum.world.st/InterpreterSimulator-reloaded-tp3342295p3343108.html

Thanks pavel
These are the changes you changed to david? so normally we do have to take actions?

Stef

On Mar 8, 2011, at 11:25 PM, Pavel Krivanek wrote:

> I collected the changes from the image. See the attachment.
>
> To load the simulator in Pharo 1.3 do:
>
> Gofer new
>     squeaksource: 'MetacelloRepository';
>     package: 'ConfigurationOfVMMaker';
>     load.
>
> (ConfigurationOfVMMaker project version: '1.5') load.
>
> proceed all deprecation warnings...
> load the attached fix.
> run the simulator:
>
> (InterpreterSimulator new openOn: 'cuis.image') test
>
> A good option is the Juan's small Cuis image (1.9MB with some next
> shrinking). The classical mini.image doesn't work on this version of
> the interpreter.
>
> Cheers,
> -- Pavel
>
>
>
> On Tue, Mar 8, 2011 at 10:47 PM, Pavel Krivanek
> <[hidden email]> wrote:
>> Hi,
>>
>> I tried to make the IneterpreterSimulator working on and with latest
>> images. The result is a Pharo image that you can download here:
>>
>> https://gforge.inria.fr/frs/shownotes.php?release_id=5897
>>
>> It is still far from perfect however it can be used for simulations of
>> small headless images etc. It would be great if some VM guy will help
>> with integration of the changes.
>>
>> Cheers,
>> -- Pavel
>>
> <InterpreterSimulatorFix.1.cs>