Showing results for compiler - C++ Team Blog

Dec 14, 2010
0
0

“Off By Default” Compiler Warnings in Visual C++

Visual CPP Team
Visual CPP Team

Greetings! My name is Jon Sturgeon; I’m a developer in the Forefront team here at Microsoft. I’m happy to be able to contribute to the Visual C++ Team Blog as a “guest blogger”. One of my passions when writing C++ code has always been to use as many techniques as possible to find bugs earlier and earlier in the development process; obviously...

C++
Jul 7, 2010
0
0

How we test the compiler performance

Visual CPP Team
Visual CPP Team

The C++ back-end team is very conscious of the performance of our product.  Today I will present to you an overview of how we define “performance of our product” and the way we measure it.  Along the way I hope to introduce you to some new ideas that you can use to test your product’s performance as well. You can read Al...

C++
Jun 1, 2010
0
0

How we test the compiler backend

Visual CPP Team
Visual CPP Team

My name is Alex Thaman and I am a Senior Test Lead on the Visual C++ compiler team at Microsoft.  The focus of this blog is testing of the compiler backend where I’ve spent a good portion of my time here.  For those not aware, this is the part of the compiler that takes an intermediate representation as an input, does optimizations ...

C++
Apr 1, 2010
0
0

VC++ Tip: Get detailed build throughput diagnostics using MSBuild, compiler and linker

Visual CPP Team
Visual CPP Team

We know that build throughput for applications are a time crunch on developer productivity. We have spent some time on improving linker throughput and other areas in VS2010, and will continue to investigate improving overall build throughput in future releases. In this blog post, we will describe a couple of options to get diagnostics for your pro...

C++