This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How to build a profiled gcc?
- To: gcc at gcc dot gnu dot org
- Subject: How to build a profiled gcc?
- From: Brad Lucier <lucier at math dot purdue dot edu>
- Date: Mon, 27 Aug 2001 12:35:03 -0500 (EST)
- Cc: lucier at math dot purdue dot edu (Brad Lucier)
When I want to profile gcc, I configure it with '--enable-checking=no'
and compile it with BOOT_CFLAGS='-O2 -g -pg'.
However, this missed a recent issue where a lot of time was spent in
the system routines mapping and unmapping a hunk of memory.
So a question: How do I build a profiled gcc so that it links with the
profiled libc and other libraries? If this isn't easy to do by hand,
should this be a configure option?
Brad Lucier