Lib change leads to larger executables
Walter Bright
newshound at digitalmars.com
Fri Feb 23 14:18:02 PST 2007
kris wrote:
> Walter Bright wrote:
>
>> 3) create a separate module that defines the relevant typeinfo's, and
>> put that first in the library
>
> Just to satify your stance I tried this; guess what? It has no effect
> whatsoever, since you /cannot/ dictate the order in which the decls will
> be inspected in advance.
Did you verify (using obj2asm) that the separate module actually did
define the typeinfo's?
More information about the Digitalmars-d
mailing list