forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of rust-lang#125486 - michaelwoerister:v0-baseline-240524,…
… r=<try> [perf] Test performance with v0 symbol mangling scheme being the default With the wider ecosystem getting close to support the v0 mangling scheme and LLD as the default linker addressing v0's main performance issue, it is getting more likely that we can soon make v0 the default. This PR's purpose is to collect current performance numbers and also to serve as a baseline for gauging the performance impact of [MCP 737](rust-lang/compiler-team#737). v0 symbol mangling tracking issue: rust-lang#60705 r? `@ghost`
- Loading branch information
Showing
7 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
2 changes: 1 addition & 1 deletion
2
tests/codegen/sanitizer/cfi/emit-type-metadata-id-itanium-cxx-abi-drop-in-place.rs
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames-2.rs:56:5: | ||
debug!!! | ||
stack backtrace: | ||
0: std::panicking::begin_panic | ||
0: std::panicking::begin_panic::<&str> | ||
1: short_ice_remove_middle_frames_2::eight | ||
2: short_ice_remove_middle_frames_2::seven::{{closure}} | ||
2: short_ice_remove_middle_frames_2::seven::{closure#0} | ||
[... omitted 3 frames ...] | ||
3: short_ice_remove_middle_frames_2::fifth | ||
4: short_ice_remove_middle_frames_2::fourth::{{closure}} | ||
4: short_ice_remove_middle_frames_2::fourth::{closure#0} | ||
[... omitted 4 frames ...] | ||
5: short_ice_remove_middle_frames_2::first | ||
6: short_ice_remove_middle_frames_2::main | ||
7: core::ops::function::FnOnce::call_once | ||
7: <fn() as core::ops::function::FnOnce<()>>::call_once | ||
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
thread 'main' panicked at $DIR/short-ice-remove-middle-frames.rs:52:5: | ||
debug!!! | ||
stack backtrace: | ||
0: std::panicking::begin_panic | ||
0: std::panicking::begin_panic::<&str> | ||
1: short_ice_remove_middle_frames::seven | ||
2: short_ice_remove_middle_frames::sixth | ||
3: short_ice_remove_middle_frames::fifth::{{closure}} | ||
3: short_ice_remove_middle_frames::fifth::{closure#0} | ||
[... omitted 4 frames ...] | ||
4: short_ice_remove_middle_frames::second | ||
5: short_ice_remove_middle_frames::first::{{closure}} | ||
5: short_ice_remove_middle_frames::first::{closure#0} | ||
6: short_ice_remove_middle_frames::first | ||
7: short_ice_remove_middle_frames::main | ||
8: core::ops::function::FnOnce::call_once | ||
8: <fn() as core::ops::function::FnOnce<()>>::call_once | ||
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |