This commit is contained in:
Ryan Oldenburg 2021-11-21 04:46:06 -06:00
parent ac6b1f8e4d
commit cd5930ee67

View file

@ -1221,7 +1221,7 @@ proc computeCoverage(
yLine += offset
numHits = 0
for i in 0 ..< partitionEntryCount: # Perf
let entry = partitioning.partitions[partitionIndex][i]
let entry = partitioning.partitions[partitionIndex][i].unsafeAddr # Perf
if entry.atY <= yLine and entry.toY >= yLine:
let x =
if entry.m == 0: