Stream: git-wasmtime

Topic: wasmtime / PR #7102 wasmtime: Misc optimizations


view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:36):

elliottt opened PR #7102 from elliottt:trevor/misc-optimizations to bytecodealliance:main:

While analyzing performance of the upcoming wasmtime serve command with @alexcrichton, we noticed that there were a good number of hot functions that could be marked inline. Additionally we noticed that the rng in the preview2 context was being seeded with a syscall, where a use of the thread local rng would suffice.
<!--
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
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:36):

elliottt requested alexcrichton for a review on PR #7102.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:36):

elliottt requested wasmtime-core-reviewers for a review on PR #7102.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:41):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:46):

elliottt updated PR #7102.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:50):

sunfishcode submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 18:53):

elliottt has enabled auto merge for PR #7102.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 28 2023 at 20:02):

elliottt merged PR #7102.


Last updated: Nov 22 2024 at 17:03 UTC