fitzgen opened PR #7503 from fitzgen:reuse-storage
to bytecodealliance:main
:
This allows callers to reuse storage and avoid allocations.
Internal constructors calling internal constructors won't reuse storage (at
least for now) but it is an option for the user code that is calling into ISLE.Part of #7500
fitzgen requested wasmtime-compiler-reviewers for a review on PR #7503.
fitzgen requested abrown for a review on PR #7503.
fitzgen requested elliottt for a review on PR #7503.
elliottt submitted PR review:
Nice!
elliottt submitted PR review:
Nice!
elliottt created PR review comment:
Is the choice of
Option
for the iterator here significant, or wouldstd::iter::once
also work?
fitzgen submitted PR review.
fitzgen created PR review comment:
std::iter::once
would also work, no strong feelings either way.
fitzgen merged PR #7503.
Last updated: Nov 22 2024 at 17:03 UTC