Stream: git-wasmtime

Topic: wasmtime / PR #9892 Override component model `Lower::stor...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 23 2024 at 00:02):

kaivol opened PR #9892 from kaivol:optimize-component-model-fp-performance to bytecodealliance:main:

Added overrides for Lower::store_list and Lift::load_list for floating point numbers to reduce overhead when passing or returning list<f32> and list<f64> to/from components.

I based this on the respective implementation for integers.

<!--
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
-->


Last updated: Dec 23 2024 at 12:05 UTC