Stream: git-wasmtime

Topic: wasmtime / PR #9637 Optimize a test exercising Cranelift'...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:52):

alexcrichton requested pchickey for a review on PR #9637.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:52):

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

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:52):

alexcrichton requested wasmtime-default-reviewers for a review on PR #9637.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 18:52):

alexcrichton opened PR #9637 from alexcrichton:optimize-a-test to bytecodealliance:main:

This is a test which generates a wasm function that exceeds Cranelift's limits of virtual registers. Previously in debug mode this test took upwards of 40 seconds to execute and now it takes around 5. The main optimization here was to disable Cranelift optimizations. The test has also been updated to generate the module with wasm-encoder instead of wast to skip the text parsing step too.

<!--
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 20 2024 at 19:11):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 20 2024 at 19:28):

cfallin merged PR #9637.


Last updated: Nov 22 2024 at 17:03 UTC