comdat-folding Questions

1

Solved

It took me forever to track down that there was a bug in my code being triggered by /OPT:ICF: Because /OPT:ICF can cause the same address to be assigned to different functions or read-only data ...
Tollgate asked 29/1, 2018 at 5:8

2

Solved

This question has some answers on SO but mine is slightly different. Before marking as duplicate, please give it a shot. MSVC has always provided the /Gy compiler option to enable identical functi...
Dishonor asked 11/11, 2016 at 19:29

4

Solved

Consider these two functions: void foo() {} void bar() {} is it guaranteed that &foo != &bar? Similarly, template<class T> void foo() { } is it guaranteed that &foo<int&...
1

© 2022 - 2024 — McMap. All rights reserved.