Mail Archives: djgpp/2000/04/19/03:18:51
On 18 Apr 2000, Dieter Buerssner wrote:
> I use fsdb after compiling with -g, it shows nicely
> C source and asm together, but there exist other means
One of those other means is mentioned in section 8.20 of the FAQ
(except that it fails to say that you also need the -g option).
> You might have optimzed your code exactly for your processor.
> The C code isn't optimized to any processor, it is just what
> usual coding principles suggests.
Actually, GCC is supposed to tailor the code for the specific
processors given the -mcpu (or was it -march?) switch. However,
it's possible that the AMD-related switch does not support the AMD
CPUs fully yet.
- Raw text -