Stream: git-wasmtime

Topic: wasmtime / Issue #1130 Use variable-length encodings for ...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 18:21):

bjorn3 commented on Issue #1130:

The new backend framework emits a REX prefix only when it is necessary.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 19:12):

cfallin closed Issue #1130:

Variable-length encodings (introduced to support the proper machine code for loads/stores which memory operand is in a given register on x86) could allow removing the need to have both the REX vs non-REX encodings.

This would have a few benefits:


Last updated: Nov 22 2024 at 17:03 UTC