-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Pass alloc-variant-zeroed
to LLVM
#144086
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
Conversation
☔ The latest upstream changes (presumably #144249) made this pull request unmergeable. Please resolve the merge conflicts. |
a3712ef
to
4b8de0d
Compare
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
r? compiler edit: oops I guess that's automatic 😅 |
4b8de0d
to
5cf5610
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Pass `alloc-variant-zeroed` to LLVM
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for f993fda failed: CI. Failed jobs:
|
I think the alloc symbols are mangled nowadays, so we need to pass the symbols with the proper mangling. |
5cf5610
to
3e9316a
Compare
Going to try once more before I merge |
Pass `alloc-variant-zeroed` to LLVM try-job: x86_64-rust-for-linux try-job: dist-x86_64-linux try-job: dist-aarch64-linux
This comment has been minimized.
This comment has been minimized.
@bors retry |
Pass `alloc-variant-zeroed` to LLVM Makes use of llvm/llvm-project#138299 (once we pull in a version of LLVM with this attribute). ~~Unfortunately also requires llvm/llvm-project#149336 to work.~~ Closes #104847
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Looks like the call to |
3e9316a
to
8ea3b09
Compare
@bors retry |
@bors r+ (retry is only if you make no changes) |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing e8a792d (parent) -> 040a98a (this PR) Test differencesShow 18 test diffsStage 1
Stage 2
Additionally, 6 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 040a98af70f0a7da03f3d5356531b28a2a7a77e4 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (040a98a): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary 2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -0.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 471.66s -> 471.047s (-0.13%) |
Pass `alloc-variant-zeroed` to LLVM Makes use of llvm/llvm-project#138299 (once we pull in a version of LLVM with this attribute). ~~Unfortunately also requires llvm/llvm-project#149336 to work.~~ Closes rust-lang#104847
Makes use of llvm/llvm-project#138299 (once we pull in a version of LLVM with this attribute).
Unfortunately also requires llvm/llvm-project#149336 to work.Closes #104847