Object>>#actionMap -> (Object>>#actionMap "a CompiledMethod(1891)")

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

Object>>#actionMap -> (Object>>#actionMap "a CompiledMethod(1891)")

Stéphane Ducasse
I was wondering if this is of
any interest to have the () and the compiled method with number because it breaks self evaluation for nothing.

(Object>>#actionMap "a CompiledMethod(1891)")

Stef
_______________________________________________
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: Object>>#actionMap -> (Object>>#actionMap "a CompiledMethod(1891)")

Marcus Denker-4

On Jan 16, 2010, at 10:16 AM, Stéphane Ducasse wrote:

> I was wondering if this is of
> any interest to have the () and the compiled method with number because it breaks self evaluation for nothing.
>
> (Object>>#actionMap "a CompiledMethod(1891)")
>
when working with compiled methods, it makes it easy to see if you are looking (likely) at the same one.
In turn, it makes it easy to see if a method is changed.

With my tiny "in image" AST-to-BC JIT in Reflectivity, this was very useful to have. It's even useful when
doing it "see, I invalidate the class, and all active methods are on the fly regenerated befor execution".

        Marcus



--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


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