Natalia Glagoleva

Senior Software Developer, Visual C++ Compiler Team

Post by this author

OpenMP improvements in Visual Studio C/C++ compiler: loop collapse

The MSVC compiler adds support for OpenMP "collapse" feature on for loops.

Game performance improvements in Visual Studio 2019 version 16.2

This spring Gratian Lup described in his blog post the improvements for C++ game development in Visual Studio 2019. From Visual Studio 2019 version 16.0 to Visual Studio 2019 version 16.2 we’ve made some more improvements. On the Infiltrator Demo we’ve got 2–3% performance wins for the most CPU-intensive parts of the game. Throughput A...