Scott L. Burson wrote:
>> Ideally, that would take the form of a tarball of
>> objects,
>> and an ld command line to run against them.
> 
> Thanks very much for the offer.  It just might be possible for me to do this 
> -- though I wonder if it might not be easier for you to send me an unstripped 
> executable I can profile.

I don't think it would gain us much. OpenSolaris 2008.11 is
nearly the same as what I'm running. And I don't expect the
linker bits to change between now and the final release.

The linker objects are not stripped, so you should be able
to profile a stock linker:

        http://blogs.sun.com/ali/entry/which_solaris_files_are_stripped

> 
> Anyway, let me try the new release first.

Please do, and let me know what you find (either way).

> 
>> I have limited
>> time to figure out makefiles, compilers, and so
>> forth
> 
> Of course, and I couldn't send you source anyway.

Some companies find the 'mcs -z' command comforting in
cases like that. It zeros the progbits of your objects,
rendering them linkable, but not runnable. Dissasembly
yields nothing but symbol names.

- Ali


Reply via email to