Add -Zuse-sync-unwind by quininer · Pull Request #117744 · rust-lang/rust
rustbot
added
S-waiting-on-review
labels
Nov 9, 2023labels
Dec 31, 2023
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jan 8, 2024matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request
Jan 8, 2024Add -Zuse-sync-unwind Currently Rust uses async unwind by default, but async unwind will bring non-negligible size overhead. it would be nice to allow users to choose this. In addition, async unwind currently prevents LLVM from generate compact unwind for MachO, if one wishes to generate compact unwind for MachO, then also needs this flag.
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Jan 9, 2024Rollup merge of rust-lang#117744 - quininer:add-z-sync-uw, r=bjorn3 Add -Zuse-sync-unwind Currently Rust uses async unwind by default, but async unwind will bring non-negligible size overhead. it would be nice to allow users to choose this. In addition, async unwind currently prevents LLVM from generate compact unwind for MachO, if one wishes to generate compact unwind for MachO, then also needs this flag.
ojeda
mentioned this pull request
48 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters