Object>>withArgs:executeMethod:

Igor Stasenko siguctua at gmail.com
Sat Sep 15 05:53:07 UTC 2007


On 15/09/2007, Klaus D. Witzel <klaus.witzel at cobss.com> wrote:
> Both (188,189) are in
>
>   JMM 1/27/2005 15:05, initialization, only in change set VMMaker-tpr.58
>
> and 188 (not 189) is in
>
>   tpr 3/24/2004 21:25, initialization, only in change set VMMaker3-7b5
>
> If you cannot see the fallback code in the debugger of
>
>   nil executeMethod: Object>>#break
>
> then your VM most likely does the primitives.
>
I'm just worried that these primitives was revoked, instead of added
as extension to VM.
Thanks for clarification.

> HTH.
>
> /Klaus
>
>
> On Sat, 15 Sep 2007 07:10:22 +0200, Igor Stasenko wrote:
>
> > Its unclear, is this primitive        <primitive: 188> works?
> > In what VM version it can be found?
> >
> > I fear that its not supported, because of:
> >
> > Object>>with: arg1 executeMethod: compiledMethod
> >       "Execute compiledMethod against the receiver and arg1"
> >
> >       "<primitive: 189>" "uncomment once prim 189 is in VM"
> >       ^ self withArgs: {arg1} executeMethod: compiledMethod
> >
>
>
>
>


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list