rust/compiler/rustc_monomorphize/src
Nicholas Nethercote 666b1b68a7 Tweak thread names for CGU processing.
For non-incremental builds on Unix, currently all the thread names look
like `opt regex.f10ba03eb5ec7975-cgu.0`. But they are truncated by
`pthread_setname` to `opt regex.f10ba`, hiding the numeric suffix that
distinguishes them. This is really annoying when using a profiler like
Samply.

This commit changes these thread names to a form like `opt cgu.0`, which
is much better.
2023-06-26 09:14:45 +10:00
..
collector.rs remove box_free and replace with drop impl 2023-06-16 13:41:06 -07:00
errors.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
lib.rs Improve CGU debug printing. 2023-06-01 11:31:22 +10:00
partitioning.rs Tweak thread names for CGU processing. 2023-06-26 09:14:45 +10:00
polymorphize.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
util.rs EarlyBinder::new -> EarlyBinder::bind 2023-05-29 13:46:10 +02:00