Tags: #msvc #versus #clangcodegeneration
"I’m a windows PC game developer using MSVC 2015 update 1, working in C++.
More and more, I hear people talk about how great clang is, and that it generates much better code than MSVC, among other niceties."
http://blog.demofox.org/2016/10/14/a-data-point-for-msvc-vs-clang-code-generation/
"I’m a windows PC game developer using MSVC 2015 update 1, working in C++.
More and more, I hear people talk about how great clang is, and that it generates much better code than MSVC, among other niceties."
http://blog.demofox.org/2016/10/14/a-data-point-for-msvc-vs-clang-code-generation/
The blog at the bottom of the sea
A Data Point for MSVC vs Clang Code Generation
I'm a windows PC game developer using MSVC 2015 update 1, working in C++. More and more, I hear people talk about how great clang is, and that it generates much better code than MSVC, among other niceties. I have…