Files
rust/compiler/rustc_mir_transform/src
Zalathar 72f4c78dc6 coverage: Don't store function_source_hash in BcbCounter::Counter
This shows one small benefit of separating `BcbCounter` from `CoverageKind`.
The function source hash will be the same for all counters within a function,
so instead of passing it through `CoverageCounters` and storing it in every
counter, we can just supply it during the final conversion to `CoverageKind`.
2023-08-20 12:02:40 +10:00
..
2023-07-20 21:30:51 +00:00
2023-05-17 12:18:55 +00:00
2023-06-29 11:53:41 +10:00
2023-07-12 21:49:27 -04:00
2023-04-10 22:02:52 +02:00