Login  Register

Re: InterpreterSimulator reloaded

Posted by Pavel Krivanek-3 on Mar 08, 2011; 10:25pm
URL: https://forum.world.st/InterpreterSimulator-reloaded-tp3342295p3342357.html

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 (36K) Download Attachment