Stream: git-wasmtime

Topic: wasmtime / PR #4867 cranelift: Prepare fuzzgen for AArch64


view this post on Zulip Wasmtime GitHub notifications bot (Sep 04 2022 at 17:36):

afonso360 opened PR #4867 from fuzzgen-aarch64 to main:

:wave: Hey,

This disables some operations for AArch64 for fuzzgen. And uses cfg's to disable ops instead of commenting them out, this makes it easier to run fuzzgen on a new arch by enabling all ops by default until we know they are broken.

Also changes inputs for x86 since we enable icmp.i128 for some IntCC's which were previously all disabled.

This ran for about an hour on x86 and aarch64 without crashing. (In conjunction with https://github.com/bytecodealliance/wasmtime/pull/4866 for aarch64)

view this post on Zulip Wasmtime GitHub notifications bot (Sep 09 2022 at 15:31):

afonso360 updated PR #4867 from fuzzgen-aarch64 to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2022 at 19:23):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 14 2022 at 19:23):

jameysharp merged PR #4867.


Last updated: Oct 23 2024 at 20:03 UTC