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]

Re: __PRETTY_FUNCTION__


I grepped through all our code, and it doesn't appear anywhere.

llewelly@xmission.com wrote:
Tim Canham <Timothy.Canham@jpl.nasa.gov> writes:


Based on my reading, this is a symbol that stores a string of the
prettified function name. Is there any way to remove this from the
object code? It is taking up a ton of space and we don't use it.


Probably you have an accidental use of it somewhere. Double check all
of your debug and tracing code.


-- Timothy K. Canham Jet Propulsion Laboratory Pasadena, CA Timothy.Canham@jpl.nasa.gov MDS Flight Software


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