[clang] Patch for 6037

Nathan Sidwell nathan at acm.org
Fri Jan 23 09:39:03 PST 2015


On 01/16/15 20:19, Richard Smith wrote:

> N here is the number of classes. As a worst case, imagine a long
> inheritance chain; class I would store a set of I-1 elements and we
> store N^2 set elements overall. As you say, the typical case should be
> significantly better.

Ah, N^2 over all the classes involved.  I understand your point now.

nathan



More information about the cfe-commits mailing list