Stream: git-wasmtime

Topic: wasmtime / Issue #2081 Aarch64: fix narrow integer-regist...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2020 at 21:38):

github-actions[bot] commented on Issue #2081:

Subscribe to Label Action

cc @bnjbvr

<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2020 at 09:22):

bjorn3 commented on Issue #2081:

AbiParam has the extension field for this. It seems that it is not implemented AArch64 though. Maybe implement it and if extension is None and call conv extends baldrdash then use Uext instead.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2020 at 20:12):

cfallin commented on Issue #2081:

I had forgotten about the ArgumentExtension value; we even used it for return values. Thanks for the reminder -- this is much better. Updated (and cleaned up the return-value side as well, now that we carry the extension type in the new-backend ABI signature).


Last updated: Oct 23 2024 at 20:03 UTC