diff options
-rw-r--r-- | dw/outofflowmgr.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc index 2e8eef4b..6fc1c325 100644 --- a/dw/outofflowmgr.cc +++ b/dw/outofflowmgr.cc @@ -1652,6 +1652,9 @@ bool OutOfFlowMgr::collidesV (Float *vloat, Float *other, SFVType type, // float n - 1, the allocation of float n - 1 does not yet reflect the // collision test between n - 1 and n - 2, but yReal does for n - 1. // + // On the other hand, the GB allocations will most likely more stable + // than the float allocations. + // // Cases where this is incorrect will hopefully be rare, and, in any // case, corrected in sizeAllocateEnd, either because hasRelation- // Changed returns true, or in checkAllocatedFloatCollisions. |