System Tracer

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

System Tracer

Gabriel Hernán Barbuto
Hi

Does anyone know where I can find the system tracer that is currently
in use in Pharo?

Bests
Gabriel

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: System Tracer

Alexandre Bergel
Hi!

What do you want to achieve?

Cheers,
Alexandre


On 6 Oct 2010, at 05:36, Gabriel Hernán Barbuto wrote:

> Hi
>
> Does anyone know where I can find the system tracer that is currently
> in use in Pharo?
>
> Bests
> Gabriel
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: System Tracer

Stéphane Ducasse
In reply to this post by Gabriel Hernán Barbuto
generate a new image.

On Oct 6, 2010, at 2:23 PM, Alexandre Bergel wrote:

> Hi!
>
> What do you want to achieve?
>
> Cheers,
> Alexandre
>
>
> On 6 Oct 2010, at 05:36, Gabriel Hernán Barbuto wrote:
>
>> Hi
>>
>> Does anyone know where I can find the system tracer that is currently
>> in use in Pharo?
>>
>> Bests
>> Gabriel
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: System Tracer

Eliot Miranda-2


On Wed, Oct 6, 2010 at 7:31 AM, Stéphane Ducasse <[hidden email]> wrote:
generate a new image.

But that's not what it does.  t merely clones an image, which is a long way form building an image form source.  *That*'s a useful project.  John Maloney's lovely MicroSqueak is a good starting point for ideas (basically have a copy of a kernel subset of the system in a namespace and generate a fresh image from that). 

On Oct 6, 2010, at 2:23 PM, Alexandre Bergel wrote:

> Hi!
>
> What do you want to achieve?
>
> Cheers,
> Alexandre
>
>
> On 6 Oct 2010, at 05:36, Gabriel Hernán Barbuto wrote:
>
>> Hi
>>
>> Does anyone know where I can find the system tracer that is currently
>> in use in Pharo?
>>
>> Bests
>> Gabriel
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: System Tracer

Stéphane Ducasse
In reply to this post by Stéphane Ducasse

On Oct 6, 2010, at 7:18 PM, Eliot Miranda wrote:

>
>
> On Wed, Oct 6, 2010 at 7:31 AM, Stéphane Ducasse <[hidden email]> wrote:
> generate a new image.
>
> But that's not what it does.

Yes I know gnerates = clone in my mail.

>  t merely clones an image, which is a long way form building an image form source.  *That*'s a useful project.  John Maloney's lovely MicroSqueak is a good starting point for ideas (basically have a copy of a kernel subset of the system in a namespace and generate a fresh image from that).

Do you have a pointer on the code of john. We are looking at bootstrap code right now.

>
> On Oct 6, 2010, at 2:23 PM, Alexandre Bergel wrote:
>
> > Hi!
> >
> > What do you want to achieve?
> >
> > Cheers,
> > Alexandre
> >
> >
> > On 6 Oct 2010, at 05:36, Gabriel Hernán Barbuto wrote:
> >
> >> Hi
> >>
> >> Does anyone know where I can find the system tracer that is currently
> >> in use in Pharo?
> >>
> >> Bests
> >> Gabriel
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> [hidden email]
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> > --
> > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> > Alexandre Bergel  http://www.bergel.eu
> > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > [hidden email]
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project