Stream: git-wasmtime

Topic: wasmtime / PR #4182 Pull in regalloc2 v0.2.0, with no mor...


view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 18:26):

cfallin opened PR #4182 from regalloc2-no-scratch-reg to main:

RA2 recently removed the need for a dedicated scratch register for
cyclic moves (bytecodealliance/regalloc2#51). This has moderate positive
performance impact on function bodies that were register-constrained, as
it means that one more register is available. In Sightglass, I measured
+5-8% on blake3-scalar, at least among current benchmarks.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 18:26):

cfallin requested fitzgen for a review on PR #4182.

view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 18:36):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 18:49):

cfallin updated PR #4182 from regalloc2-no-scratch-reg to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 19:13):

cfallin updated PR #4182 from regalloc2-no-scratch-reg to main.

view this post on Zulip Wasmtime GitHub notifications bot (May 23 2022 at 19:51):

cfallin merged PR #4182.


Last updated: Nov 22 2024 at 16:03 UTC