Showing results for December 2009 - C++ Team Blog

Dec 8, 2009
0
0

C++ Native Multi-Targeting

Visual CPP Team
Visual CPP Team

Instructions for native multitargeting in VS2017 can be found here: https://blogs.msdn.microsoft.com/vcblog/2016/02/24/stuck-on-an-older-toolset-version-move-to-visual-studio-2015-without-upgrading-your-toolset/ Hello, my name is Li Shao. I am a Software Design Engineer in Test on the C++ team. For the past two years, I have been part of ...

C++
Dec 1, 2009
0
0

/GL and PGO

Visual CPP Team
Visual CPP Team

Hi, I’m Lin Xu, a Program Manager working on the C++ compiler. Recently, we collated performance numbers from our testing passes over this release cycle. We track many different benchmarks closely for all of the architectures and switch options (/O1, /O2, /GL, /PGO). We also track these across multiple CPU models. (Yes, this is quite a big matrix. ...

C++