Stream: git-wasmtime

Topic: wasmtime / PR #2940 Optimize codegen for SecondaryMap ind...


view this post on Zulip Wasmtime GitHub notifications bot (May 27 2021 at 12:40):

Amanieu opened PR #2940 from opt_secondarymap to main:

Moves the slow path which resizes the vector out-of-line. The actual indexing is also done in the out-of-line path which avoids the need for a second bounds check in the fast path after a potential resize.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2021 at 16:09):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2021 at 16:09):

alexcrichton merged PR #2940.


Last updated: Oct 23 2024 at 20:03 UTC