Stream: git-wasmtime

Topic: wasmtime / Issue #1342 Avoid `infer_rex` and `w` on the s...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 16:28):

abrown opened Issue #1342:

<!-- Please try to describe precisely what you would like to do in
Cranelift/Wasmtime and/or expect from it. You can answer the questions below if
they're relevant and delete this text before submitting. Thanks for opening an
issue! -->

Feature

Disallow infer_rex and w on the same encoding template

<!-- What is the feature or code improvement you would like to do in
Cranelift/Wasmtime? -->

Benefit

In cranelift x86 encodings, it seems unintuitive that we can specialize Templates with both infer_rex and w: if w is specified, the REX.W bit must be set so a REX prefix is required. In this case, it seems more clear to force ourselves to write rex().w()--it's more explicit and shows more clearly what cranelift will emit.
<!-- What is the value of adding this in Cranelift/Wasmtime? -->

Implementation

<!-- Do you have an implementation plan, and/or ideas for data structures or
algorithms to use? -->

Alternatives

<!-- Have you considered alternative implementations? If so, how are they
better or worse than your proposal? -->
Do nothing.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 17 2020 at 16:29):

abrown edited Issue #1342:

<!-- Please try to describe precisely what you would like to do in
Cranelift/Wasmtime and/or expect from it. You can answer the questions below if
they're relevant and delete this text before submitting. Thanks for opening an
issue! -->

Feature

Disallow infer_rex and w on the same encoding template

<!-- What is the feature or code improvement you would like to do in
Cranelift/Wasmtime? -->

Benefit

In cranelift x86 encodings, it seems unintuitive that we can specialize Templates with both infer_rex and w: if w is specified, the REX.W bit must be set so a REX prefix is alway required--no need to infer it. In this case, it seems more clear to force ourselves to write rex().w()--it's more explicit and shows more clearly what cranelift will emit.
<!-- What is the value of adding this in Cranelift/Wasmtime? -->

Implementation

<!-- Do you have an implementation plan, and/or ideas for data structures or
algorithms to use? -->

Alternatives

<!-- Have you considered alternative implementations? If so, how are they
better or worse than your proposal? -->
Do nothing.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 18 2020 at 17:17):

abrown labeled Issue #1342:

<!-- Please try to describe precisely what you would like to do in
Cranelift/Wasmtime and/or expect from it. You can answer the questions below if
they're relevant and delete this text before submitting. Thanks for opening an
issue! -->

Feature

Disallow infer_rex and w on the same encoding template

<!-- What is the feature or code improvement you would like to do in
Cranelift/Wasmtime? -->

Benefit

In cranelift x86 encodings, it seems unintuitive that we can specialize Templates with both infer_rex and w: if w is specified, the REX.W bit must be set so a REX prefix is alway required--no need to infer it. In this case, it seems more clear to force ourselves to write rex().w()--it's more explicit and shows more clearly what cranelift will emit.
<!-- What is the value of adding this in Cranelift/Wasmtime? -->

Implementation

<!-- Do you have an implementation plan, and/or ideas for data structures or
algorithms to use? -->

Alternatives

<!-- Have you considered alternative implementations? If so, how are they
better or worse than your proposal? -->
Do nothing.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 02 2020 at 23:50):

abrown closed Issue #1342:

<!-- Please try to describe precisely what you would like to do in
Cranelift/Wasmtime and/or expect from it. You can answer the questions below if
they're relevant and delete this text before submitting. Thanks for opening an
issue! -->

Feature

Disallow infer_rex and w on the same encoding template

<!-- What is the feature or code improvement you would like to do in
Cranelift/Wasmtime? -->

Benefit

In cranelift x86 encodings, it seems unintuitive that we can specialize Templates with both infer_rex and w: if w is specified, the REX.W bit must be set so a REX prefix is alway required--no need to infer it. In this case, it seems more clear to force ourselves to write rex().w()--it's more explicit and shows more clearly what cranelift will emit.
<!-- What is the value of adding this in Cranelift/Wasmtime? -->

Implementation

<!-- Do you have an implementation plan, and/or ideas for data structures or
algorithms to use? -->

Alternatives

<!-- Have you considered alternative implementations? If so, how are they
better or worse than your proposal? -->
Do nothing.


Last updated: Nov 22 2024 at 16:03 UTC