Stream: git-wasmtime

Topic: wasmtime / PR #10811 Minor optimizations to assembler-gen...


view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:42):

alexcrichton requested abrown for a review on PR #10811.

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:42):

alexcrichton opened PR #10811 from alexcrichton:shrink-some-generated-code to bytecodealliance:main:

This is a few minor changes in the hopes of optimizing the compile-time of the generated code itself for the x64 assembler crate, including:

<!--
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 (May 19 2025 at 21:42):

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

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2025 at 21:43):

alexcrichton commented on PR #10811:

This doesn't have a big impact on compile-time right now, nor am I confident that it'll have an impact long-term, so @abrown if you'd prefer I'm also ok to just close this and/or drop parts of it.

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

abrown submitted PR review:

Makes sense to me. My sense is that, with all this generated code, any clarity improvements are worth their weight in gold due to easier debugging, regardless of the performance improvement.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:15):

alexcrichton updated PR #10811.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:16):

alexcrichton has enabled auto merge for PR #10811.

view this post on Zulip Wasmtime GitHub notifications bot (May 20 2025 at 12:50):

alexcrichton merged PR #10811.


Last updated: Dec 06 2025 at 07:03 UTC