-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
rusti tests are unnecessarily slow #7535
Copy link
Copy link
Closed
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Description
Activity
Metadata
Metadata
Assignees
Labels
A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
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.