rusti tests are unnecessarily slow
d2edeae
Opened by Alex Crichton at
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.
This is blocked on #7115
Alex Crichton at 2013-07-19 06:00:18
#7115 has now landed.
Alex Crichton at 2013-08-05 15:38:17