alexcrichton opened PR #9785 from alexcrichton:pulley-gc-types
to bytecodealliance:main
:
Similar to https://github.com/bytecodealliance/wasmtime/pull/9779 this remove the
GC_TYPES
feature from the list of
panicking features in Pulley. In doing so this then additionally fixes a
number of panics and then adds more tests that are working. Some other
minor instructions are filled out to ensure that tests are working on
both 32 and 64-bit platforms.cc #9783
alexcrichton requested abrown for a review on PR #9785.
alexcrichton requested wasmtime-compiler-reviewers for a review on PR #9785.
alexcrichton requested wasmtime-default-reviewers for a review on PR #9785.
alexcrichton requested fitzgen for a review on PR #9785.
alexcrichton requested wasmtime-core-reviewers for a review on PR #9785.
alexcrichton commented on PR #9785:
Note this is currently based on #9780
fitzgen created PR review comment:
This is a somewhat unfortunate instruction name :-/
fitzgen submitted PR review.
alexcrichton created PR review comment:
Heh good eye! I didn't even realize this until I added lowerings for
bxor
later and wrotepulley_xxor
. In a future PR I'll rename this topulley_xbor32
to make room for the actualxor
op.
alexcrichton submitted PR review.
alexcrichton updated PR #9785.
alexcrichton has enabled auto merge for PR #9785.
alexcrichton merged PR #9785.
Last updated: Dec 23 2024 at 13:07 UTC