scaling of templates with alias argument
Frank Benoit
keinfarbton at googlemail.com
Mon May 14 17:02:09 PDT 2007
Stephen Waits schrieb:
> Frank Benoit wrote:
>>> Can you look at a map file? Your answer lies therein.
>>
>> doing a objdump yields 4 functions with 4 different addresses.
>
> Not sure what objdump does, but you need to see what's in the actual
> application/exe, not a single compilation unit. We want to know what
> the linker outputs, not the compiler. Maybe that's what you're looking
> at? I'm not sure..
>
> A linker map file will tell you.
>
> That said, I wouldn't be surprised if the linker isn't stripping though
> - it's not a trivial task.
>
> --Steve
i did use the objdump on the binary. So i /think/ this tells me, it did
not strip those duplicates.
But i really think they are not duplicates, they only would be, if the
alias argument is always exactly the same variable.
More information about the Digitalmars-d
mailing list