Stream: git-wasmtime

Topic: wasmtime / PR #9679 Move float-to-int conversion libcalls...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2024 at 21:16):

alexcrichton opened PR #9679 from alexcrichton:move-libcalls-into-compiled-code to bytecodealliance:main:

This commit moves these conversion libcalls into compiled code to make them easier to work with on Pulley since there's no need to manage the hostcall boundary. This should in theory also speed things up slightly relative to actually calling out to the libcall itself.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2024 at 21:16):

alexcrichton requested wasmtime-core-reviewers for a review on PR #9679.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 25 2024 at 21:16):

alexcrichton requested pchickey for a review on PR #9679.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2024 at 01:48):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 26 2024 at 03:25):

alexcrichton merged PR #9679.


Last updated: Dec 23 2024 at 12:05 UTC