[Vm-dev] VM Maker: VMMaker.oscog-eem.1779.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Fri Apr 8 22:11:06 UTC 2016


Hi again,
this method cannot be generated:

Item was added:
+ ----- Method: InterpreterPlugin>>firstIndexableField:as: (in category
'casting support') -----
+ firstIndexableField: obj as: cType
+       <inline: true>
+       ^interpreterProxy cCoerce: (interpreterProxy firstIndexableField:
obj) to: cType!

That's expected, only the inlined version can work when cType is replaced
by a constant String as actual parameter.
<doNotGenerate> prevents the code to be generated and to be inlined...
Is there a way to prevent generation but let it be inlined?


2016-04-08 19:01 GMT+02:00 tim Rowledge <tim at rowledge.org>:

>
> Do, please, try to remember to trim posts folks…
>
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Strange OpCodes: YII: Yield to Irresistable Impulse
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20160409/4927fb26/attachment.htm


More information about the Vm-dev mailing list