-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
an alternate "indirect" way to find "stack_sizes" is necessary for xip #2316
Comments
Fixes bytecodealliance#2316 Lightly tested on riscv64 qemu.
Fixes bytecodealliance#2316 Lightly tested on riscv64 qemu.
) Fixes #2316 Lightly tested on riscv64 qemu.
"spec test on nuttx" seems still failing. @wenyongh can you reopen this? |
br_table test case has a large br_table, which happens to be translated into relocations like:
i'm not sure why it was not a problem in the previous code. i'm not sure how to fix either. any idea? |
i meant something like #2339 |
Maybe we should try #2339, LowerSwitch is alwasy convert switch to if ... else group, but not all switch will create jump table, this attribute seems keep small switch, which has less impact for performance and code size. |
Because it involves relocations for the table. (.Lswitch.table.XXX) Discussions: #2316
…tecodealliance#2322) Fixes bytecodealliance#2316 Lightly tested on riscv64 qemu.
Because it involves relocations for the table. (.Lswitch.table.XXX) Discussions: bytecodealliance#2316
No description provided.
The text was updated successfully, but these errors were encountered: