Re: [Pharo-project] InterpreterSimulator reloaded

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-project] InterpreterSimulator reloaded

David T. Lewis
 
Pavel,

Thank you! I am CC'ing the vm-dev list with a copy of your change
set to update the interpreter simulator.

Dave

On Tue, Mar 08, 2011 at 11:25:21PM +0100, 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 (29K) Download Attachment