Stream: git-wasmtime

Topic: wasmtime / PR #3119 Remove thread local for mach port


view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2021 at 14:36):

alexcrichton opened PR #3119 from less-thread-local to main:

This was needed a long time ago in the original implementation when the
function being called here was hotter than it was before, but nowadays
this function isn't hot as it's protected elsewhere from being
repeatedly called, so the caching thread local is no longer necessary.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

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

pchickey submitted PR review.

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

alexcrichton merged PR #3119.


Last updated: Oct 23 2024 at 20:03 UTC