[Vm-dev] Doubly weird

Eliot Miranda eliot.miranda at gmail.com
Tue Feb 26 21:05:03 UTC 2019


Hi Ken,

On Tue, Feb 26, 2019 at 11:52 AM <ken.dickey at whidbey.com> wrote:

> Oh,  I should point out that the CLI prints:
>
> The 9 doubles are 1.000000 2.000000 3.000000 4.000000 5.000000 6.000000
> 7.000000 8.000000 9.000000
>
> when running the FFI unit tests and:
>
> The 9 doubles are 1.000000 1.000000 1.000000 4.000000 5.000000 6.000000
> 7.000000 8.000000 9.000000
>

This looks like the marshaller is accessing the wrong initial arguments.
It looks like the object accessed for args 1 & 2 is the same as for arg 0,
right?  The question is why.  I have no clue.

_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190226/ba982269/attachment.html>


More information about the Vm-dev mailing list