commit | e1aa847401243876035b67c63091faf76cc1524d | [log] [tgz] |
---|---|---|
author | vrubezhny <vrubezhny@exadel.com> | Sat Mar 29 06:04:58 2014 +0400 |
committer | vrubezhny <vrubezhny@exadel.com> | Fri Apr 11 19:15:38 2014 +0400 |
tree | e258be8307f4528392585342a6d517a7223fd96d | |
parent | f6c72c506772ec7c685b7b1bb7582c1143ef1e99 [diff] |
[431547] Bottleneck in SelectionEngine.select() when completing type bindings The patch reduces the recursion usage when traversing/resolving/analysing as well as removes some exceeding (and unneeded) cycling in visitors. Signed-off-by: vrubezhny <vrubezhny@exadel.com>