Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在此页面上,GCC 5 在链接时优化改进下列出了以下内容:
已经实现了一种基于定义规则的 C++ 类型合并。类型合并可以实现更好的去虚拟化和别名分析。
什么是 C++ 类型合并,它与 ODR 有什么关系?