Skip to content
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

[PERF] split dwarf benchmarking #96199

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PERF: packed debuginfo by default on linux
Signed-off-by: David Wood <david.wood@huawei.com>
  • Loading branch information
davidtwco committed Apr 19, 2022
commit 48a29bb605322104fcc813cebc35db7c1e07d4b2
2 changes: 1 addition & 1 deletion compiler/rustc_target/src/spec/linux_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn opts() -> TargetOptions {
has_thread_local: true,
crt_static_respected: true,
// PERF EXPERIMENT
split_debuginfo: SplitDebuginfo::Unpacked,
split_debuginfo: SplitDebuginfo::Packed,
..Default::default()
}
}