Provide a way to obtain the incoming stack height of a given ControlFlowNode
#109
Labels
control-flow
Issue related to the control flow analysis modules of Echo.
data-flow
Issue related to the data flow analysis modules of Echo.
enhancement
New feature or request
Summary:
Currently, Echo just throws away this information during the graph construction. It may be useful in some scenarios.
Suggestion:
A property would be ideal for this, the question is where to put the property. In
ControlFlowNode
orDataFlowNode
?The text was updated successfully, but these errors were encountered: