Optimizing for Space and Time in Visual C++

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

    Optimizing for Space and Time in Visual C++

    Hi,
    I was wondering if there was a compiler option / pragma or flag in the
    Microsoft Visual C++ compiler which lets us specify if we want to
    optimize for space or time ?
    Thanks ,
    Kapil
  • Artie Gold

    #2
    Re: Optimizing for Space and Time in Visual C++

    Kapil Khosla wrote:[color=blue]
    > Hi,
    > I was wondering if there was a compiler option / pragma or flag in the
    > Microsoft Visual C++ compiler which lets us specify if we want to
    > optimize for space or time ?
    > Thanks ,
    > Kapil[/color]

    ....and exactly why do you think this is the right place to ask?
    [In news:comp.lang. c++ we discuss the standard C++ _language_, not any
    particular compiler.]

    HTH,
    --ag

    --
    Artie Gold -- Austin, Texas

    Comment

    • Peter van Merkerk

      #3
      Re: Optimizing for Space and Time in Visual C++

      > I was wondering if there was a compiler option / pragma or flag in the[color=blue]
      > Microsoft Visual C++ compiler which lets us specify if we want to
      > optimize for space or time ?[/color]

      Yes, there is. But you should really ask this question on one of the
      newsgroups on the news://msnews.microsoft.com server, or just read the
      documentation that came with it. The question is off-topic here.

      --
      Peter van Merkerk
      peter.van.merke rk(at)dse.nl


      Comment

      Working...