aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-08 15:32:25 +0100
committerSebastian Geerken <devnull@localhost>2014-12-08 15:32:25 +0100
commit2bb03c759cb44241d42e3385336a1c6b9a8d7d9f (patch)
treeedfe5bc1d8fdc4f3fb26967e4f81030264bbc34d /dw/outofflowmgr.cc
parentaa15346bc3f383b6104e4e89a5b76ca9f7b49e23 (diff)
Performance of floats collision testing: additional comment.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r--dw/outofflowmgr.cc3
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.