EXAMPLE SENTENCES | ||
---|---|---|
编译器如何处理这种可能性? How does the compiler deal with this possibility? | ||
只有编译器才能标记这个错误。 Only the compiler would be able to flag this as an error. | ||
这对编译器来说是很好的。 That's fine for the compiler. | ||
用你的编译器完成简单的优化。 Let your compiler do the simple optimizations. | ||
如何才能使编译器不给您增添麻烦? How can you get the compiler to leave you in peace? | ||
汇编器生编译器,最后产生上万种高级语言。 The assembler gave birth to the compiler. Now there are ten thousand languages. | ||
现在编译器可以跨多个源文件执行分析和优化。 The compiler can now perform analysis and optimization across multiple source files. | ||
清单5给出的代码在优化了空基类的编译器上证明了这一点。 Listing 5 shows the code that proves the point on compilers optimizing empty base classes. | ||
若是变量的声明和赋值不在同一行书写的话,编译器将不允许我们使用类型推断。 Type inference is not allowed in cases where the variable is not assigned a value on the same line it is declared. | ||
处理器能读的操作码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。 A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code. | ||