Showing results for compiler - C++ Team Blog

Feb 28, 2014
Post comments count0
Post likes count0

AVX2 Support in Visual Studio C++ Compiler

Jim Hogg
Jim Hogg

AVX2 is yet another extension to the venerable x86 line of processors, doubling the width of its SIMD vector registers to 256 bits, and adding dozens of new instructions.  AVX2 shipped with Intel's latest processor micro-architecture, codenamed "Haswell".  (Its official name is "4th generation Intel® Core™ processor fa...

C++
Aug 5, 2013
Post comments count0
Post likes count0

C++ IDE Performance Improvement in Visual Studio 2013 Preview

Li Shao [MSFT]
Li Shao [MSFT]

My name is Li Shao. I am a Senior Software Design Engineer in Test on the VC++ team. In this blog, I would like to share the performance enhancements we've made in VS 2013 Preview to improve the C++ IDE and build system. Performance is a vital part of software quality. Over the last couple of releases we have made significant performance improve...

C++
Jun 15, 2012
Post comments count0
Post likes count0

Targeting Windows XP with C++ in Visual Studio 2012

Steve Teixeira, MSFT
Steve Teixeira, MSFT

We recently announced the Visual Studio 2012 product lineup and platform support, and as a part of this announcement we mentioned that we were evaluating options for enabling C++ developers to build applications in Visual Studio 2012 that run on Windows XP without requiring side-by-side installation of Visual Studio 2010. Today I would like to shar...

C++
Feb 3, 2012
Post comments count0
Post likes count0

The Microsoft C++ Compiler Turns 20!

Visual CPP Team
Visual CPP Team

This month, we enter the third decade of C++ at Microsoft. It was twenty years ago, in February of 1992, that we released our first C++ compiler: Microsoft C/C++ 7.0. Before then, we already worked with several of the C++ “preprocessor” compilers that took C++ and converted it to C before our compiler then created the executable program. But...

C++
Feb 2, 2012
Post comments count0
Post likes count0

C++11 Conformance Survey

Visual CPP Team
Visual CPP Team

Hello, My name is Vikas Bhatia and I am a Program Manager in the Visual C++ team. We are conducting a survey to see the relative urgency of C++11 features to you, the developer. C++11 conformance is important to us. We intend to implement the C++11 language features. We are evaluating the order with which to implement these features. We use C+...

C++
Sep 12, 2011
Post comments count0
Post likes count0

C++11 Features in Visual C++ 11

Visual CPP Team
Visual CPP Team

UPDATE - March 2, 2012: the range-based for-loop and override/final v1.0 have been implemented in VC11 Beta. There's a new C++ Standard and a new version of Visual C++, and it's time to reveal what features from the former we're implementing in the latter!Terminology notes: During its development, the new C++ Standard was (optimistically) refe...

C++
Jun 8, 2011
Post comments count0
Post likes count0

Internal Compiler Error when doing multi-proc compilation (/MP) on Windows XP

Visual CPP Team
Visual CPP Team

Hi! My name is Ulzii Luvsanbat and I’m a Senior Test Lead with the Visual C++ team. We’ve recently received multiple bug reports on VC++ 2010 compiler consistently crashing during multi-proc build on Windows XP and XP SP3 OSes.  This was a combination of the compiler and OS API issues that exhibited in internal compiler crash.&n...

C++
Mar 29, 2011
Post comments count1
Post likes count0

Troubleshooting Tips for IntelliSense Slowness

Visual CPP Team
Visual CPP Team

Hi, my name is Andy Rich and I’m a QA on the C++ front-end compiler. The IntelliSense system in Visual Studio 2010 comes with far greater power, flexibility, and accuracy, but these improvements come at the cost of greater complexity. The goal of this article is to assist you in troubleshooting this complex system, and give you a peek under the...

C++
Mar 10, 2011
Post comments count0
Post likes count0

Visual Studio 2010 Service Pack 1 General Availability

Diego Dagum - MSFT
Diego Dagum - MSFT

If you guys follow Jason Zander’s (Visual Studio corporate Vice President) blog, you learned two days ago that the Visual Studio 2010 Service Pack 1 whose Beta had been released last December achieved final release stage. Today is generally available (last Tuesday was only for MSDN subscribers). You can get it from here. Let’s summarize...

C++