Showing results for Backend - C++ Team Blog

Jun 7, 2022
1
1

MSVC Backend Updates in Visual Studio 2022 version 17.2

Chris Pulido
Chris Pulido

In Visual Studio 2022 version 17.2 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a list of improvements for you to review. Do you want to experience the new improvements of th...

C++Backend
Apr 14, 2021
1
0

MSVC Backend Updates in Visual Studio 2019 version 16.10 Preview 2

Helena Gregg
Helena Gregg

In Visual Studio 2019 version 16.10 Preview 2 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a brief list of improvements for you to review.  ...

C++BackendOpenMP
Jan 21, 2021
2
0

MSVC Backend Updates in Visual Studio 2019 version 16.9 Preview 3

Helena Gregg
Helena Gregg

In Visual Studio 2019 version 16.9 Preview 3 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a brief list of improvements for you to review.  Do you want to experience t...

C++BackendOpenMP
Apr 8, 2020
1
0

MSVC Backend Updates in Visual Studio 2019 Version 16.5

Mei Xu
Mei Xu

In Visual Studio 2019 version 16.5 we have continued to improve the C++ backend with new features, new and improved optimizations, build throughput improvements, and better security. Here is a brief list of improvements for you to review. For additional optimizations implemented in MSVC in previous relea...

C++Backend
Jan 28, 2020
9
0

MSVC Backend Updates in Visual Studio 2019 Versions 16.3 and 16.4

Kevin Cadieux
Kevin Cadieux

Versions 16.3 and 16.4 of Visual Studio 2019 brought many new improvements in code generation quality, build throughput, and security. If you still haven’t downloaded your copy, here is a brief overview of what you’ve been missing out on. Demonstration of C++ Build Insights, a new set of build analysis tools in Visual Studio 2019 version 16....

performanceAnnouncementBackend
Jul 25, 2019
3
0

MSVC Backend Updates in Visual Studio 2019 version 16.2

Daniel Donenfeld
Daniel Donenfeld

In Visual Studio 2019 version 16.2 we continue to improve the C++ backend with build throughput improvements and new and improved optimizations. These build on top of our MSVC backend improvements in Visual Studio 2019 version 16.0 which we previously announced. We will be following up on many of the improvements here with their own blog posts. Bu...

AnnouncementBackend
Mar 27, 2019
13
0

SIMD Extension to C++ OpenMP in Visual Studio

Hongtao Yu
Hongtao Yu

In the era of ubiquitous AI applications there is an emerging demand of the compiler accelerating computation-intensive machine-learning code for existing hardware. Such code usually does mathematical computation like matrix transformation and manipulation and it is usually in the form of loops. The SIMD extension of OpenMP provides users an effort...

C++BackendOpenMP
Mar 19, 2019
12
0

Game performance and compilation time improvements in Visual Studio 2019

Gratian Lup
Gratian Lup

The C++ compiler in Visual Studio 2019 includes several new optimizations and improvements geared towards increasing the performance of games and making game developers more productive by reducing the compilation time of large projects. Although the focus of this blog post is on the game industry, these improvements apply to most C++ applications a...

performanceBackend
Jan 31, 2019
6
0

C++ Binary Compatibility and Pain-Free Upgrades to Visual Studio 2019

Marian Luparu
Marian Luparu

Visual Studio 2019 pushes the boundaries of individual and team productivity. We hope that you will find these new capabilities compelling and start your upgrade to Visual Studio 2019 soon. As you are considering this upgrade, rest assured that Visual Studio 2019 makes it distinctively easy to move your codebase from previous versions of Visual ...

AnnouncementBackend