bjorn3 opened PR #6178 from bjorn3:bsc-unwinding-interpreter-non-generic
to bytecodealliance:main
:
Fixes #5793
bjorn3 requested fitzgen for a review on PR #6178.
bjorn3 requested wasmtime-compiler-reviewers for a review on PR #6178.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
Left this as extension trait to make this PR smaller. We can always move methods to
DataValue
directly or inline them at the call site in cranelift-interpreter in the future.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
These needed conflicted with PartialEq/PartialOrd impls of DataValue causing ambiguity during method resolution. I took the opportunity to inline them all.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
This method directly forwards to the equivalent method on
DataValue
.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
This method directly forwards to the equivalent method on
DataValue
.
afonso360 requested afonso360 for a review on PR #6178.
afonso360 assigned PR #6178 to afonso360.
jameysharp submitted PR review.
jameysharp submitted PR review.
jameysharp created PR review comment:
This can be just
!=
, can't it?IntCC::NotEqual => left != right,
afonso360 submitted PR review.
afonso360 submitted PR review.
bjorn3 submitted PR review.
bjorn3 created PR review comment:
Right, I was considering that for floats it isn't equal, but thise can't occur here.
bjorn3 edited PR review comment.
bjorn3 updated PR #6178 (assigned to afonso360).
bjorn3 requested wasmtime-fuzz-reviewers for a review on PR #6178.
bjorn3 updated PR #6178 (assigned to afonso360).
bjorn3 updated PR #6178 (assigned to afonso360).
afonso360 has enabled auto merge for PR #6178.
afonso360 merged PR #6178.
Last updated: Nov 22 2024 at 17:03 UTC