Kevin Cadieux
@kevincadieuxms
Compiler Engineer at Microsoft (MSVC / ML).
Created C++ Build Insights.
Feel free to ask me questions you have about the product.
ID: 1191869554416214017
06-11-2019 00:07:07
107 Tweet
243 Followers
100 Following
A recording of my talk at Linux Plumbers Conference 2026 about PGO Optimization of the Linux Kernel is available at youtu.be/EgUTa3vpCuc?t=…. Once again thank you to GCC - GNU Toolchain for the warm welcome! #LinuxPlumbers
I added a timeline view to the Compile Score extension for Visual Studio in order to further understand why some dependencies take longer to compile. IMHO, having access to this data where you code is king. Repo: github.com/Viladoman/Comp… #cpp #coding #programmers
Kevin Cadieux shows us how to use C++ build insights (docs.microsoft.com/en-us/cpp/buil…) and the vcperf tool using CopperSpice (@[email protected]) as an example, super interesting! devblogs.microsoft.com/cppblog/faster…
The Gears of War team saw 27.9X faster iteration build speed with Visual Studio 2019. See how faster build times is helping The Coalition Studio devblogs.microsoft.com/cppblog/the-co…
Finally, CompileScore has a 'build & profile' button inside Visual Studio. It displays the C++ build time data inside the editor with text highlights, reports and flamecharts. Thanks to Kevin Cadieux and Aras Pranckevičius 🇺🇦🇱🇹 for your help and previous work. marketplace.visualstudio.com/items?itemName…