bjorn3 opened PR #3680 from remove_code_sink
to main
:
This should improve performance by allowing memcpy instead of copying each individual byte and by avoiding clones at a couple of places.
Fixes https://github.com/bytecodealliance/wasmtime/issues/2824
cfallin submitted PR review.
cfallin submitted PR review.
cfallin created PR review comment:
Can we factor this loop out into a helper of some sort? I think it helped readability in the original code to have things factored as a consequence of separate trait impls; it might be nice to have e.g.
mach_reloc_to_reloc()
and map the vector through it or something similar.
cfallin created PR review comment:
Likewise here and below for stackmaps: factor out into separate conversion functions.
bjorn3 updated PR #3680 from remove_code_sink
to main
.
bjorn3 created PR review comment:
Done
bjorn3 submitted PR review.
cfallin submitted PR review.
cfallin merged PR #3680.
Last updated: Nov 22 2024 at 17:03 UTC