Pentium M, which flag?

  • Thread starter Thread starter finalpatch
  • Start date Start date
F

finalpatch

Hi everyone,

Can someone tell me which compiler flag is supposed to generate better
optimized code for pentium-m processors? /G6 or /G7?

Thanks.
 
finalpatch said:
Hi everyone,

Can someone tell me which compiler flag is supposed to generate better
optimized code for pentium-m processors? /G6 or /G7?

Why don't you profile your application under both settings to find out? In
practice, there's very little difference between the code generated with the
different /G# switches.

-cd
 
Back
Top