Remove incorrect comment
This commit is contained in:
parent
335667c774
commit
5a4a1bfccc
@ -127,9 +127,7 @@ impl StoreBufferAlloc {
|
|||||||
}
|
}
|
||||||
AccessType::ImperfectlyOverlapping(index_range) => {
|
AccessType::ImperfectlyOverlapping(index_range) => {
|
||||||
// Accesses that imperfectly overlaps with existing atomic objects
|
// Accesses that imperfectly overlaps with existing atomic objects
|
||||||
// do not have well-defined behaviours. But we don't throw a UB here
|
// do not have well-defined behaviours.
|
||||||
// because we have (or will) checked that all bytes in the current
|
|
||||||
// access are non-racy.
|
|
||||||
// The behaviour here is that we delete all the existing objects this
|
// The behaviour here is that we delete all the existing objects this
|
||||||
// access touches, and allocate a new and empty one for the exact range.
|
// access touches, and allocate a new and empty one for the exact range.
|
||||||
// A read on an empty buffer returns None, which means the program will
|
// A read on an empty buffer returns None, which means the program will
|
||||||
|
Loading…
x
Reference in New Issue
Block a user