kaivol opened PR #9892 from kaivol:optimize-component-model-fp-performance
to bytecodealliance:main
:
Added overrides for
Lower::store_list
andLift::load_list
for floating point numbers to reduce overhead when passing or returninglist<f32>
andlist<f64>
to/from components.I based this on the respective implementation for integers.
<!--
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
-->
Last updated: Dec 23 2024 at 12:05 UTC