编译器相关的文章推荐

在 Qt Creator 中,我在哪里将参数传递给编译器?

Where in Qt Creator do I pass arguments to a compiler?(在 Qt Creator 中,我在哪里将参数传递给编译器?)

在 Qt、QtCreator 和 QMake 中配置 GCC 编译器开关

Configuring the GCC compiler switches in Qt, QtCreator, and QMake(在 Qt、QtCreator 和 QMake 中配置 GCC 编译器开关)

具有完整 C++11 支持的 Windows C++ 编译器(应该与

Windows C++ compiler with full C++11 support (should work with Qt)(具有完整 C++11 支持的 Windows C++ 编译器(应该与 Qt 一起使用))

编译器是否优化了按值传递的函数参数?

Does the compiler optimize the function parameters passed by value?(编译器是否优化了按值传递的函数参数?)

如何确保编译器优化不会带来安全风险?

How-to ensure that compiler optimizations don#39;t introduce a security risk?(如何确保编译器优化不会带来安全风险?)

布尔值在编译器中为 8 位.对它们的操作效率低下吗?

Boolean values as 8 bit in compilers. Are operations on them inefficient?(布尔值在编译器中为 8 位.对它们的操作效率低下吗?)

C++ 编译器可以内联函数指针吗?

C++ can compilers inline a function pointer?(C++ 编译器可以内联函数指针吗?)

使编译器/优化器能够制作更快程序的编码实践

Coding Practices which enable the compiler/optimizer to make a faster program(使编译器/优化器能够制作更快程序的编码实践)

如何减少 MinGW g++ 编译器生成的可执行文件的大小?

How to reduce the size of executable produced by MinGW g++ compiler?(如何减少 MinGW g++ 编译器生成的可执行文件的大小?)

编译器什么时候内联 C++ 代码?

When do compilers inline C++ code?(编译器什么时候内联 C++ 代码?)

D_WIN32_WINNT 编译器警告与 Boost

D_WIN32_WINNT compiler warning with Boost(D_WIN32_WINNT 编译器警告与 Boost)

启用优化的不同浮点结果 - 编译器错误?

Different floating point result with optimization enabled - compiler bug?(启用优化的不同浮点结果 - 编译器错误?)

为什么编译器可以比普通函数更好地优化 lambdas?

Why can lambdas be better optimized by the compiler than plain functions?(为什么编译器可以比普通函数更好地优化 lambdas?)

我如何理解 boost 精神编译器错误

How do I grok boost spirit compiler errors(我如何理解 boost 精神编译器错误)

C++ 中的常量和编译器优化

Constants and compiler optimization in C++(C++ 中的常量和编译器优化)

哪些(如果有)C++ 编译器进行尾递归优化?

Which, if any, C++ compilers do tail-recursion optimization?(哪些(如果有)C++ 编译器进行尾递归优化?)

编译器标志的位置 -l

Position of compiler flag -l(编译器标志的位置 -l)

使用 MSVC 14.0 (VS 2015) 编译 Boost 时编译器版本未知

Unknown compiler version while compiling Boost with MSVC 14.0 (VS 2015)(使用 MSVC 14.0 (VS 2015) 编译 Boost 时编译器版本未知)

有没有办法测试 C++ 类是否具有默认构造函数(编译器提供的类型特征除外)?

Is there a way to test whether a C++ class has a default constructor (other than compiler-provided type traits)?(有没有办法测试 C++ 类是否具有默认构造函数(编译器提供的类型特征除外)?)

编译器不推导出模板参数(映射 std::vector -> std::vector)

Compiler does not deduce template parameters (map std::vector -gt; std::vector)(编译器不推导出模板参数(映射 std::vector - std::vector))

为什么除 char 外的内置类型 sizeof 在 C & 中依赖于编译器C++?

Why sizeof built in types except char is compiler dependent in C amp; C++?(为什么除 char 外的内置类型 sizeof 在 C amp; 中依赖于编译器C++?)

编译器如何处理编译时分支?

What do compilers do with compile-time branching?(编译器如何处理编译时分支?)

const 正确性是否为编译器提供了更多优化空间?

Does const-correctness give the compiler more room for optimization?(const 正确性是否为编译器提供了更多优化空间?)

在 VSCode 中使用 MSVS 编译器构建 OpenCV 应用程序

Build OpenCV application with MSVS compiler in VSCode(在 VSCode 中使用 MSVS 编译器构建 OpenCV 应用程序)

如何在 Visual Studio Code 中包含编译器标志?

How to include compiler flags in Visual Studio Code?(如何在 Visual Studio Code 中包含编译器标志?)