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-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-10 16:01:19 +00:00
2023-07-12 21:49:27 -04:00
2023-04-10 22:02:52 +02:00