-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Dogfood -Zno-embed-metadata in the standard library
#145343
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
base: main
Are you sure you want to change the base?
Conversation
|
@bors try |
Dogfood `-Zno-embed-metadata` in the compiler
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.
|
@rust-timer build 6edf4f5 |
This comment has been minimized.
This comment has been minimized.
74ef778 to
ce49790
Compare
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (6edf4f5): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -0.7%, secondary -0.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 3.6%, secondary 3.7%)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: 464.328s -> 465.28s (0.21%) |
|
☔ The latest upstream changes (presumably #145366) made this pull request unmergeable. Please resolve the merge conflicts. |
ce49790 to
412cf87
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Dogfood `-Zno-embed-metadata` in the compiler
This comment has been minimized.
This comment has been minimized.
412cf87 to
70e90f9
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Dogfood `-Zno-embed-metadata` in the compiler
This comment has been minimized.
This comment has been minimized.
|
@bors try @rust-timer queue |
|
@bors try |
Dogfood `-Zno-embed-metadata` in the compiler
This comment has been minimized.
This comment has been minimized.
|
@rust-timer build 442fc88 |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (442fc88): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -0.3%, secondary -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 0.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 469.036s -> 467.386s (-0.35%) |
29afe2f to
c11d68b
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Dogfood `-Zno-embed-metadata` in the compiler
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.
|
Finished benchmarking commit (48f283c): comparison URL. Overall result: ❌ regressions - please read the text belowBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. Next Steps: If you can justify the regressions found in this try perf run, please do so in sufficient writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -1.3%, secondary -0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.0%, secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 472.223s -> 471.967s (-0.05%) |
c11d68b to
b143030
Compare
-Zno-embed-metadata in the compiler-Zno-embed-metadata in the standard library
|
r? @bjorn3 |
|
The job Click to see the possible cause of the failure (guessed by this bot)For more information how to resolve CI failures of this job, visit this link. |
|
☔ The latest upstream changes (presumably #149836) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR dogfoods the
-Zno-embed-metadataflag in the standard library. This removes the .rmeta portion out of thelibstd.sofile, thus reducing its filesize on disk. Notably, this reduces the amount of MiB that we ship to people who download the standard library.I think that the only way to find out what this breaks is to try to run full CI, and then try to land it on nightly :)
r? @ghost