Lib change leads to larger executables
Walter Bright
newshound at digitalmars.com
Wed Feb 21 12:18:25 PST 2007
kris wrote:
> Perhaps a question is this: why the heck is that symbol exposed from
> Core, when it should instead be exposed via the TypeInfo class for
> char[][] instead ... linked via the TypeInfo classes in Object.d? A
> large number of those are present in every D executable.
The standard TypeInfo's in Phobos cover only basic types and arrays of
basic types. The rest are generated by the compiler.
More information about the Digitalmars-d
mailing list