Showing category results for Backend

Nov 28, 2022
Post comments count4
Post likes count4

A Tour of 4 MSVC Backend Improvements

Sy,
Eric

This blog post presents some of the optimizations the backend team has implemented for Visual Studio 2022.

C++performanceBackend
Aug 9, 2022
Post comments count0
Post likes count1

MSVC Backend Updates in Visual Studio 2022 version 17.3

Chris Pulido

In Visual Studio 2022 version 17.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 list of improvements for you to review. Do you want to experience the new improvements of the C++ backen...

C++BackendOpenMP
Jun 7, 2022
Post comments count1
Post likes count1

MSVC Backend Updates in Visual Studio 2022 version 17.2

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
Post comments count1
Post likes count0

MSVC Backend Updates in Visual Studio 2019 version 16.10 Preview 2

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
Post comments count2
Post likes count0

MSVC Backend Updates in Visual Studio 2019 version 16.9 Preview 3

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
Post comments count1
Post likes count0

MSVC Backend Updates in Visual Studio 2019 Version 16.5

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
Post comments count9
Post likes count0

MSVC Backend Updates in Visual Studio 2019 Versions 16.3 and 16.4

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
Post comments count3
Post likes count0

MSVC Backend Updates in Visual Studio 2019 version 16.2

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
Post comments count13
Post likes count0

SIMD Extension to C++ OpenMP in Visual Studio

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
Post comments count12
Post likes count0

Game performance and compilation time improvements in Visual Studio 2019

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