afonso360 opened PR #4510 from brtable-i32
to main
:
:wave: Hey,
In #4498 it was proposed that we should only accept
i32
indices tobr_table
. The rationale for this is that larger types lead the users to a false sense of flexibility (since we don't support jump tables larger than u32's), and narrower types are not well tested paths that would be safer if we removed them.Fixes #4498
CC: @jameysharp @bjorn3 @cfallin
bjorn3 submitted PR review.
bjorn3 created PR review comment:
I believe
ireduce
can directly go from i128 to i32.
afonso360 updated PR #4510 from brtable-i32
to main
.
jameysharp submitted PR review.
cfallin submitted PR review.
afonso360 updated PR #4510 from brtable-i32
to main
.
jameysharp has enabled auto merge for PR #4510.
jameysharp merged PR #4510.
Last updated: Nov 22 2024 at 16:03 UTC