Skip to content

rusti tests are unnecessarily slow #7535

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
alexcrichton opened this issue Jul 1, 2013 · 2 comments
Closed

rusti tests are unnecessarily slow #7535

alexcrichton opened this issue Jul 1, 2013 · 2 comments
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-testsuite Area: The testsuite used to check the correctness of rustc

Comments

@alexcrichton
Copy link
Member

They're all run in parallel now, and they're incredibly slow because there is a massive amount of contention inside LLVM.

I have a patch to fix this and am attempting to get it into LLVM upstream. In the meantime, if we upgrade LLVM we should include this patch.

@alexcrichton
Copy link
Member Author

This is blocked on #7115

@alexcrichton
Copy link
Member Author

#7115 has now landed.

flip1995 pushed a commit to flip1995/rust that referenced this issue Aug 12, 2021
…rednet

Properly handle `Self` type for `trivially_copy_pass_by_ref`

changelog: properly handle `Self` type for [`trivially_copy_pass_by_ref`].

Fixes rust-lang#7518
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

1 participant