-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rust should support a no extra attribute and flag. #7927
Copy link
Copy link
Closed
Description
Rust should support a no extra attribute and flag. This would be useful for me so I could:
- compile my own hacked version of extra like
rustc rust/src/libextra/extra.rs --output-dir . - compile a regressing benchmark like
rustc -L . -Z no-extra rust/src/test/bench/msgsend-mutex-arcs.rs -o mutex-bench - and then run the benchmark file like
./mutex-bench
This would greatly speed up time hunting for the regression in mutex performance for my pull request #7701 .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.