Stream: git-wasmtime

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


view this post on Zulip Wasmtime GitHub notifications bot (Mar 20 2021 at 18:08):

bjorn3 opened 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: Nov 22 2024 at 16:03 UTC