mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For functions which results in > 10000 nodes, just bail and don't compute the connection graph. The node merging algorithm is quadratic and can result in significant compile times for very large functions. rdar://problem/56268570