scaling of templates with alias argument
Stephen Waits
steve at waits.net
Mon May 14 16:51:28 PDT 2007
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
More information about the Digitalmars-d
mailing list