Uh oh!
There was an error while loading. Please reload this page.
[experimental]: Build LLVM with ThinLTO enabled - #51207
Conversation
rust-highfive
commented
May 30, 2018
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
michaelwoerister
commented
May 30, 2018
@Mark-Simulacrum, a try build will use the |
alexcrichton
commented
May 30, 2018
@bors: try Indeed! |
bors
commented
May 30, 2018
⌛ Trying commit 78166b9 with merge 47ba392a9c2024df43edf955ef33ab4499e65fe9... |
michaelwoerister
commented
May 30, 2018
Note that this doesn't do much yet. I'm trying to pass some additional linker args when building |
michaelwoerister
commented
May 30, 2018
I think I'll add a custom |
michaelwoerister
commented
May 30, 2018
@bors try |
bors
commented
May 30, 2018
⌛ Trying commit e5bea083e25493d9a6a1d982da6632ca1961e1fb with merge 1ebfb3a317bd05bc8a04c8c5e8f9c3a9d706ed26... |
bors
commented
May 30, 2018
💔 Test failed - status-travis |
rust-highfive
commented
May 30, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
May 30, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
e5bea08 to
55aaf63Comparemichaelwoerister
commented
May 30, 2018
Fixed syntax error in docker file. @bors try |
bors
commented
May 30, 2018
⌛ Trying commit 55aaf63 with merge 27e14d156eb62d65d5092a053c153d6fc4851cf2... |
Mark-Simulacrum
commented
May 30, 2018
@michaelwoerister It might be easier to implement the "deferred args" thing via checking the |
rust-highfive
commented
May 30, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
kennytm
commented
May 30, 2018
@bors retry |
bors
commented
May 30, 2018
[experimental]: Build LLVM with ThinLTO enabled This is a work in progress. Let's see how it goes.
michaelwoerister
commented
May 30, 2018
@kennytm, wait, what's going on here? https://travis-ci.org/rust-lang/rust/jobs/385738110 is still running 😕 |
This comment has been minimized.
This comment has been minimized.
kennytm
commented
May 30, 2018
@michaelwoerister Huh. Probably messed up due to having too many try builds in parallel. I've canceled the latest try build, let's manually monitor Travis for now. |
TimNN
commented
Jul 10, 2018
Ping from triage, @michaelwoerister! Do you think you'll be able to work on this again? |
michaelwoerister
commented
Jul 10, 2018
I think I'll wait until #52019 is available in the bootstrap compiler. That will make things a lot nicer. |
Mark-Simulacrum
commented
Jul 10, 2018
Is it worth doing a (minor) beta backport to expedite this? |
michaelwoerister
commented
Jul 10, 2018
No, I still need to implement proper Windows support for the linker-plugin-based LTO stuff. In any case, this is not too urgent. |
emilyalbini
commented
Jul 23, 2018
Ping from triage @michaelwoerister! It's been a while since we heard from you, will you have time to work on this again? |
emilyalbini
commented
Jul 30, 2018
Thank you for this PR @michaelwoerister! Unfortunately we haven't heard from you on this in a while, so I'm closing the PR to keep things tidy. Don't worry though, if you'll have time again in the future please reopen this PR, we'll be happy to review it again! |
[experimental]: Build LLVM with ThinLTO enabled (2nd attempt) This is #51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.
[experimental]: Build LLVM with ThinLTO enabled (2nd attempt) This is #51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.
[experimental]: Build LLVM with ThinLTO enabled (2nd attempt) This is #51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.
[experimental]: Build LLVM with ThinLTO enabled (2nd attempt) This is #51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.
…hton [experimental]: Build LLVM with ThinLTO enabled (2nd attempt) This is #51207 revived. This time, I'd like to run actual performance tests to see if it improves compile times.
This is a work in progress. Let's see how it goes.