Commits

Roman Levenstein committed 4109f8787f1
[sil-generic-specializer] Avoid unlimited generic specialization of very deeply nested bound generic types The generic specialized would get out of control in certain cases and would not stop generating specializations of generic functions until it runs out of memory after a while. rdar://21260480