Stream: git-wasmtime

Topic: wasmtime / PR #4489 Add a test to prevent x64 Inst size s...


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

elliottt opened PR #4489 from trevor/add-inst-size-test-x64 to main:

Like the s390x backend, add a test that asserts the current size of x64 instructions to prevent them continuing to grow.
<!--

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 (Jul 20 2022 at 19:52):

elliottt has marked PR #4489 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 21:44):

alexcrichton created PR review comment:

Could this test have a #[cfg(target_pointer_width = "64")] on it just in case we compile for a 32-bit platform one day?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 21:44):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 21:44):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 22:21):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 22:21):

elliottt created PR review comment:

Great point, I'll add that!

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 22:25):

elliottt updated PR #4489 from trevor/add-inst-size-test-x64 to main.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2022 at 22:41):

alexcrichton has enabled auto merge for PR #4489.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 21 2022 at 00:01):

alexcrichton merged PR #4489.


Last updated: Nov 22 2024 at 17:03 UTC