编译器相关的文章推荐

C/C++ 编译器如何工作?

How do C/C++ compilers work?(C/C++ 编译器如何工作?)

C# 编译器是用哪种语言编写的?

In which language is the C# compiler written?(C# 编译器是用哪种语言编写的?)

优化的 c++ 编译器如何重用函数的堆栈槽?

how does an optimizing c++ compiler reuse stack slots of a function?(优化的 c++ 编译器如何重用函数的堆栈槽?)

如何检查 JIT 编译器是否在 Java 中关闭

How to check if the JIT compiler is off in Java(如何检查 JIT 编译器是否在 Java 中关闭)

带有方法重载和枚举的奇怪(可能是错误的?)C# 编译器行为

Strange (possibly wrong?) C# compiler behavior with method overloading and enums(带有方法重载和枚举的奇怪(可能是错误的?)C# 编译器行为)

所有 C++ 编译器都生成 C 代码吗?

Do all C++ compilers generate C code?(所有 C++ 编译器都生成 C 代码吗?)

_O_WTEXT、_O_U16TEXT、_O_U8TEXT - 这些模式在 mingw 编译器中是否可行,是否有任何解

_O_WTEXT, _O_U16TEXT, _O_U8TEXT - are these modes possible in mingw compiler, are there any workarounds?(_O_WTEXT、_O_U16TEXT、_O_U8TEXT - 这些模式在 mingw 编译器中是否可行,是否有任何解决方法?)

C++ 语法错误,编译器不会对 int v = func(&v); 发出警告或错误

Error with C++ syntax, compiler doesn#39;t warn or error for int v = func(amp;v);(C++ 语法错误,编译器不会对 int v = func(amp;v); 发出警告或错误)

如何确定使用了哪个编译器来编译可执行文件?

How to determine which compiler has been used to compile an executable?(如何确定使用了哪个编译器来编译可执行文件?)

如何在 CMake 中仅更改一个可执行文件的编译器标志?

How to change a compiler flag for just one executable in CMake?(如何在 CMake 中仅更改一个可执行文件的编译器标志?)

“C 编译器 [...] 无法编译简单的测试程序"使用 CMake 和 Android NDK

quot;The C Compiler [...] is not able to compile a simple test programquot; using CMake and Android NDK(“C 编译器 [...] 无法编译简单的测试程序使用 CMake 和 Android NDK)

生成 .exe 文件的 Java 编译器选项

Java Compiler Options to produce .exe files(生成 .exe 文件的 Java 编译器选项)

现代 C++ 编译器可以内联 cpp 文件中定义的函数吗

Can modern C++ compilers inline functions that are defined in a cpp file(现代 C++ 编译器可以内联 cpp 文件中定义的函数吗)

是否有高级 CSS 缩小器/编译器可以执行诸如去除冗余和逗号分隔相同规则之类的

Is there an advanced CSS minifier/compiler that does things like strip redundancy and comma separate identical rules?(是否有高级 CSS 缩小器/编译器可以执行诸如去除冗余和逗号分隔相同规则之类的操作?)

C++ 编译器可以优化“if"吗?“for"中的语句循环?

Can C++ compilers optimize quot;ifquot; statements inside quot;forquot; loops?(C++ 编译器可以优化“if吗?“for中的语句循环?)

C# 编译器或 JIT 在什么级别优化应用程序代码?

At what level C# compiler or JIT optimize the application code?(C# 编译器或 JIT 在什么级别优化应用程序代码?)

编译器优化:Java 字节码

Compiler optimization: Java bytecode(编译器优化:Java 字节码)

用于测试和主要的不同 Maven 编译器版本

Different maven compiler versions for test and main(用于测试和主要的不同 Maven 编译器版本)

有什么方法可以禁用特定代码行的编译器优化?

is there any way to disable compiler optimisation for a specific line of code?(有什么方法可以禁用特定代码行的编译器优化?)

如何在编译时驱动 C#、C++ 或 Java 编译器计算 1+2+3+...+1000?

How to drive C#, C++ or Java compiler to compute 1+2+3+...+1000 at compile time?(如何在编译时驱动 C#、C++ 或 Java 编译器计算 1+2+3+...+1000?)

是否允许 C++ 编译器发出编译同一程序的不同机器代码?

Is a C++ compiler allowed to emit different machine code compiling the same program?(是否允许 C++ 编译器发出编译同一程序的不同机器代码?)

为什么 Python 3 中不再提供编译器包?

Why is the compiler package discontinued in Python 3?(为什么 Python 3 中不再提供编译器包?)

解释器或编译器上下文中的单元是什么?

What is a cell in the context of an interpreter or compiler?(解释器或编译器上下文中的单元是什么?)

C 编译器可以重新排列堆栈变量吗?

Can a C compiler rearrange stack variables?(C 编译器可以重新排列堆栈变量吗?)

为什么 C# 编译器不阻止属性引用自己?

Why doesn#39;t the C# compiler stop properties from referring to themselves?(为什么 C# 编译器不阻止属性引用自己?)