-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Use protected visibility for librustc_driver.so when possible #132219
Conversation
This should make rustc faster to start by reducing the load on the dynamic linker.
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Missed #131634 which already does this and more. |
…=<try> Use protected visibility for librustc_driver.so when possible This should make rustc faster to start by reducing the load on the dynamic linker.
This has been trying for 14 hours? Wat? |
@bors r- retry |
@bors r- |
…=<try> Use protected visibility for librustc_driver.so when possible This should make rustc faster to start by reducing the load on the dynamic linker.
@bors r- retry |
@bors r- |
…=<try> Use protected visibility for librustc_driver.so when possible This should make rustc faster to start by reducing the load on the dynamic linker.
? |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (b3bffc2): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -2.0%, secondary -2.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResults (primary -6.2%, secondary -6.6%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 783.63s -> 780.424s (-0.41%) |
This should make rustc faster to start by reducing the load on the dynamic linker.