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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top