现在,使用Flex编译器编译您的代码。
本地编译器编译与本机同类的处理器的指令。
A native compiler compiles instructions for the same sort of processor as the one it is running on.
这个标准的函数声明与现代编译器编译的如何?
How is this pre-standard function declaration compiled with modern compiler?
下面的命令演示如何使用命令行编译器编译示例提供程序。
The following command shows how to compile the sample provider using the command-line compiler.
并给出了利用VC +调用汇编编译器编译汇编源文件的方法。
VC + + is used to call the assembly compiler to compile the assembler.
一个类使用一个标准的编译器编译只会包含条目,不过实际使用。
A class compiled with a standard compiler will only contain entries that are actually used though.
服务器上的LZX编译器编译l ZX文件并将Flash发送到浏览器中。
The LZX compiler on a server compiles an LZX file and sends out Flash files to the browser.
并且这和一般编译器编译情况不太一样,所以经常会碰到崩溃的时候。
Also, this perverts what the compiler normally thinks about and I have seen it crash randomly.
其次,编写完Flex应用程序之后,使用MXML编译器编译代码。
Second, once you've written a Flex application, you compile the code using the MXML compiler.
对于用命令行编译器编译的程序,可以关闭快速模式,而利用完全的向后兼容性。
For programs compiled with the command-line compiler, you can turn fast mode off and have complete backwards compatibility.
用IDL编译器编译idl文件,生成客户机和服务器stub对象文件以及头文件。
An IDL file is compiled with the IDL compiler which generates the client and server stub object files along with a header file.
运行时可从缓存中使用本机映像,而不必使用实时(JIT)编译器编译原始程序集。
The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.
示例ODBC程序必须用一个适当的C语言编译器编译,例如Visual C++。
The sample ODBC program must be compiled by an appropriate C programming language compiler, such as Visual C++.
运行时可从缓存中使用本机映像,而不是使用实时(JIT)编译器编译原始程序集。
The runtime can use native images from the cache instead using the just-in-time (JIT) compiler to compile the original assembly.
接下来,生成的源代码再经过其他标准的编译器编译并使用IKVM库引用来生成MSIL字节码。
The resulting source code then passes through the rest of the standard compiler phases producing MSIL byte-code with IKVM library references.
GCC的一个缺陷是,它并没有接近尽可能多的调试检查微软的编译器编译时没有优化。
One of GCC's flaws is that it doesn't do anywhere near as much debug checking as Microsoft's compiler when compiling without optimizations.
分析了TSC51单片机实验仪的工作原理,阐述了KeilC51编译器编译工作过程。
The operation principle of TSC51 Single Chip Micyoco(SCM) experimental device and the compiling process of KEIL C51 were analyzed.
在整体融入情况下,编译器编译了全部代码,这个方法尽管不是最合意的,依然有可能被接受。
For the monolithic case, where everything is compiled from the complete source code, this approach is probably still acceptable, although not necessarily desirable.
此外,AOT能够比JIT编译器编译更多的方法,因此aot编译也能比JIT编译产生更好的性能。
Moreover, more methods can be AOT compiled than a JIT compiler might decide to compile, which can also result in better performance with AOT compilation than JIT compilation.
本机代码在应用程序运行时由即时(JIT)编译器编译(而且可以重新编译),基于经常调用的类和方法。
Native code is compiled (and can be recompiled) by a Just-in-time (JIT) compiler while the application runs, based on which classes and methods are invoked frequently.
增强的for循环有时叫做for - each循环,编译器编译它的时候,情形与程序员提供旧式for循环一样。
The enhanced for loop, sometimes called the for-each loop, is translated by the compiler as if the programmer had supplied the equivalent old-style for loop.
到达MXML的所有请求都通过Flex编译器进行处理,该编译器编译MXML并生成s WF,然后将其高速缓存,直到它被修改并最终交付给浏览器为止。
All requests that come to MXML are processed through the Flex compiler, which compiles MXML and generates SWF, and caches until it is modified and finally delivered to the browser.
对动态编译器而言,编译器自身作出决策,而对于静态编译器,由开发人员作出选择。
For dynamic compilers, the compiler itself makes this decision, whereas for static compilers, the selection is up to the developer.
让JIT编译器选择编译的方法是不是优点很难说,取决于编译器在给定情形中推断能力的好坏。
Having the JIT compiler choose the methods to be compiled may or may not be an advantage, depending on how well the compiler's heuristics work in a given situation.
yacc:另一个编译器的编译器
为了让事情变得更复杂,HotSpot 提供了两个编译器:客户机编译器和服务器编译器。
To make things more complicated, HotSpot comes with two compilers: the client compiler and the server compiler.
由于在程序执行前进行编译,AOT编译器必须谨慎对待它所编译的代码所引用的类、字段和方法。
By compiling before the program executes, the AOT compiler must be conservative about classes, fields, and methods referenced by the code it compiles.
编译器在其中放置编译输出的目录。
这个工具的输入是应用程序的源代码和使用某些编译器选项编译的二进制文件。
The input for this tool is the application's source code and the resulting binaries compiled with certain compiler options enabled.
然而,如果使用专门为CPU的流水线结构进行优化的编译器时,编译后的代码可以更有效地运行。
However, compiled code runs more efficiently on it when using a compiler that schedules instructions specifically for the CPU's pipeline structure.
应用推荐