Stream: git-wasmtime

Topic: wasmtime / PR #10457 x64: Add a special case for i128-add...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2025 at 21:48):

alexcrichton opened PR #10457 from alexcrichton:x64-add-128 to bytecodealliance:main:

If the two halves are both zero-extended 64-bit numbers then an adc instruction can be skipped in favor of a setb which is predicted to be a bit easier on the CPU. Still not necessarily the best codegen but hopefully a tiny bit better than before.

<!--
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 (Mar 21 2025 at 21:48):

alexcrichton requested fitzgen for a review on PR #10457.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2025 at 21:48):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #10457.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2025 at 21:48):

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

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2025 at 21:58):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 21 2025 at 22:27):

alexcrichton merged PR #10457.


Last updated: Apr 18 2025 at 09:03 UTC