Files
rust/compiler
Zalathar 5ca30c4646 Store BCB counters externally, not directly in the BCB graph
Storing coverage counter information in `CoverageCounters` has a few advantages
over storing it directly inside BCB graph nodes:

- The graph doesn't need to be mutable when making the counters, making it
easier to see that the graph itself is not modified during this step.

- All of the counter data is clearly visible in one place.

- It becomes possible to use a representation that doesn't correspond 1:1 to
graph nodes, e.g. storing all the edge counters in a single hashmap instead of
several.
2023-08-13 12:18:06 +10:00
..
2023-08-03 14:50:50 +02:00
2023-08-03 14:50:50 +02:00
2023-07-03 07:20:51 +00:00
2023-08-10 23:22:03 +00:00
2023-08-03 14:50:50 +02:00
2023-08-03 14:50:50 +02:00
2023-08-08 10:59:15 +08:00
2023-07-19 16:37:09 +00:00
2023-07-03 13:51:54 -07:00
2023-08-10 23:22:03 +00:00