Why C++ compiles slowly
Mafi
mafi at example.org
Tue Aug 24 14:05:30 PDT 2010
Am 24.08.2010 22:56, schrieb Steven Schveighoffer:
> I am not sure how to fix it, but that's the gist of it. I think the
> symbol table is so large because of the template proliferation of
> dcollections, and the verbosity of D symbol names.
Why are D's symbols verbose? if I understood you corectly, dmd makes a
linear search no matter if i used foo or ArrayOutOfBoundsException
(that's a real Java exception).
More information about the Digitalmars-d
mailing list