Object>>withArgs:executeMethod:

Philippe Marschall philippe.marschall at gmail.com
Sat Sep 15 06:40:27 UTC 2007


2007/9/15, Igor Stasenko <siguctua at gmail.com>:
> Its unclear, is this primitive  <primitive: 188> works?

Oh yes. For quite some time. That was one of the recent speed ups of
the NewCompiler to have an override there and use the primitive.

Cheers
Philippe

> 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