-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[EXPERIMENT][perf] Replace LLD wrapper with Wild #140624
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: master
Are you sure you want to change the base?
Conversation
@bors try |
[EXPERIMENT][perf] Replace LLD wrapper with Wild On my machine, this is a small but measurable improvement using rustc-perf, but the noise makes me question my numbers. Can we see how this works with Rust's CI? r? `@ghost` try-job: dist-x86_64-linux
I didn't even have a chance to ask for the run on Zulip ;) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Yeah... Does Rust use linker-plugin-lto? EDIT: Why do I see myself there? Is it trying to tell me something?
|
@bors delegate+ (for try jobs) |
I don't immediately see a use of that flag looking through bootstrap, but I might have missed sth |
rustc uses normal rustc thin LTO |
I'm more interested in LLVM which IIRC also is optimised as part of PGO. |
On my machine, this is a small but measurable improvement using rustc-perf, but the noise makes me question my numbers.
Can we see how this works with Rust's CI?
r? @ghost
try-job: dist-x86_64-linux