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
As the default implementation of ANTLR uses a recursive traversal, this causes performance issues for large constructs, such as long cross-tree constraints. This was observed here: FeatureIDE/FeatureIDE#1458
As the default implementation of ANTLR uses a recursive traversal, this causes performance issues for large constructs, such as long cross-tree constraints. This was observed here: FeatureIDE/FeatureIDE#1458