Added TODO item for HierarchicalAugmenterFunctor

This commit is contained in:
Oliver Ruebel 2021-05-28 01:31:42 -07:00 committed by Gunther H. Weber
parent 236abb772b
commit a09c55b3ab

@ -105,6 +105,7 @@ public:
blockData->HierarchicalAugmenter.PrepareOutAttachmentPoints(round);
// TODO/FIXME: Correct function? Correct round?
rp.enqueue(target, blockData->HierarchicalAugmenter.OutData);
// TODO/FIXME: Is it save to already release HierarchicalAugmenter.OutData (and InData) here. Don't we free the arrays before the other block had the chance to complete its rp.dequeue?
blockData->HierarchicalAugmenter.ReleaseSwapArrays();
}
}