p4lang / p4-hlir

Apache License 2.0
32 stars 40 forks source link

Speed-up exclusive condition analysis #30

Closed antoninbas closed 7 years ago

antoninbas commented 7 years ago

By stopping the recursion when we visit a node with the same recursion state.

Increased version to 0.9.51