Stream: git-wasmtime

Topic: wasmtime / issue #2747 Add a way to mark blocks as cold


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

pepyakin commented on issue #2747:

That may also become eventually useful for implementing supporting the branch-hinting proposal.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 19 2022 at 20:58):

cfallin closed issue #2747:

Feature

I want to move all cold code to the end of the function to reduce the average amount of jumps and improve code locality.

Benefit

This can improve performance in the common case.


Last updated: Oct 23 2024 at 20:03 UTC