Pentium M, which flag?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • finalpatch

    Pentium M, which flag?

    Hi everyone,

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

    Thanks.

  • Carl Daniel [VC++ MVP]

    #2
    Re: Pentium M, which flag?

    "finalpatch " <fengli@gmail.c om> wrote in message
    news:1130086057 .435454.198760@ g47g2000cwa.goo glegroups.com.. .[color=blue]
    > Hi everyone,
    >
    > Can someone tell me which compiler flag is supposed to generate better
    > optimized code for pentium-m processors? /G6 or /G7?[/color]

    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


    Comment

    Working...