alexcrichton requested pchickey for a review on PR #9637.
alexcrichton requested wasmtime-core-reviewers for a review on PR #9637.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9637.
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 ofwast
to skip the text parsing step too.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
cfallin submitted PR review.
cfallin merged PR #9637.
Last updated: Nov 22 2024 at 17:03 UTC