This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Optimizing shared libraries using profile driven optimizations?


Hello,

I would like to compile a dynamically loaded shared library using
profile driven optimizations.
I compiled and linked the lib with -fprofile-generate=..., but no
profile is beeing generated at runtime.

I can't compile the whole program with those optimizations, its a
really large beast with a compile and huge build system.

Any ideas how I could archieve this?

Thank you in advance, Clemens


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]