You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under FlatGraph, there is only one dsa node. (i.e., mkNode() always returns the same object).
However, Node::collapseOffsets() calls Node::pointTo, and pointTo requires two distinct nodes. Thus every attempt to call collapseOffsets with FlatGraph causes an assertion failure.
The text was updated successfully, but these errors were encountered:
Under FlatGraph, there is only one dsa node. (i.e.,
mkNode()
always returns the same object).However,
Node::collapseOffsets()
callsNode::pointTo
, andpointTo
requires two distinct nodes. Thus every attempt to callcollapseOffsets
withFlatGraph
causes an assertion failure.The text was updated successfully, but these errors were encountered: