Enable primitive in Object>>#executeMethod: ?

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

Enable primitive in Object>>#executeMethod: ?

Tobias Pape
Hello —

I just looked into

Object>>#executeMethod:

and found, that a primitive pragma is commented out there.
I tried to use the primitive in a dedicated method and
found it working on the Mac 5.8b12 Cog VM. what about
enabling it altogether? And the following, too?

Object>>#executeMethod:
Object>>#with:executeMethod:
Object>>#with:with:executeMethod:
Object>>#with:with:with:executeMethod:


So Long
        -Tobias
Reply | Threaded
Open this post in threaded view
|

Re: Enable primitive in Object>>#executeMethod: ?

Levente Uzonyi-2
On Wed, 2 Mar 2011, Tobias Pape wrote:

> Hello ?
>
> I just looked into
>
> Object>>#executeMethod:
>
> and found, that a primitive pragma is commented out there.
> I tried to use the primitive in a dedicated method and
> found it working on the Mac 5.8b12 Cog VM. what about
> enabling it altogether? And the following, too?
>
> Object>>#executeMethod:
> Object>>#with:executeMethod:
> Object>>#with:with:executeMethod:
> Object>>#with:with:with:executeMethod:

If they work with all current VMs, then there's no reason to not use them.


Levente

>
>
> So Long
> -Tobias
>