[Vm-dev] [VM-dev] Does doesNotUnderstand:/cannotInterprer: jitted?

Clément Bera bera.clement at gmail.com
Mon Nov 21 09:05:28 UTC 2016


Hi.

#doesNotUnderstand: is added to the PIC. It's a special case handled for
performance. DNUs are slower than normal sends but the overhead is
acceptable.

Other VM call-backs are not added to PIC. In this case the VM is slower.
But this is usually not present in production application.

On Mon, Nov 21, 2016 at 9:50 AM, Denis Kudriashov <dionisiydk at gmail.com>
wrote:

>
> Hello.
>
> What happens when message lookup not found method for given message? Will
> #doesNotUnderstand: or #cannotInterpret: be added to PIC?
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20161121/bf8611f2/attachment.html>


More information about the Vm-dev mailing list