Stream: git-wasmtime

Topic: wasmtime / PR #3618 aarch64: Use smaller instruction help...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2021 at 19:49):

alexcrichton opened PR #3618 from better-names to main:

This commit moves the aarch64 backend's ISLE to be more similar to the
x64 backend's ISLE where one-liner instruction builders are used for
various forms of instructions instead of always using the
constructor-per-variant-of-Inst. Overall I think this change worked
out quite well and sets up some naming idioms as well for various forms
of instructions.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2021 at 21:42):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2021 at 22:49):

alexcrichton updated PR #3618 from better-names to main.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 17 2021 at 23:28):

alexcrichton merged PR #3618.


Last updated: Nov 22 2024 at 17:03 UTC