Skip to content

Couple of misc improvements to the unwind infrastructure - #160440

Open
bjorn3 wants to merge 4 commits into
rust-lang:mainfrom
bjorn3:refactor_unwind4
Open

Couple of misc improvements to the unwind infrastructure#160440
bjorn3 wants to merge 4 commits into
rust-lang:mainfrom
bjorn3:refactor_unwind4

Conversation

@bjorn3

@bjorn3 bjorn3 commented Aug 3, 2026

Copy link
Copy Markdown
Member
  • Fix _Unwind_Exception size on Emscripten.
  • Move a link block.
  • Remove some manual dummy impls where there is already a dummy fallback.

Follow up to #159785

bjorn3 added 4 commits August 3, 2026 15:43
The 20 word requirement was likely from the JS EH ABI which we no longer
support.
And change the dummy impl to use __rust_abort to match panic_abort.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 3, 2026
@rustbot

rustbot commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: libs
  • libs expanded to 12 candidates
  • Random selection from 6 candidates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants