Storing data using a compiler-generated temporary name is normal practice for the compiler.
使用编译器生成的临时名称存储数据对编译器来说是常用的方法。
This is a choice that is always present when you compile from one programming language into another: how much work to do in the compiler, and how much to leave for the generated language at runtime.
这是将一种编程语言编译为另一种编程语言时所面临的常见选择:在编译器中有多少工作要做,还有多少工作是留给生成的语言在运行时完成的。
You write programs in the parse trees that get generated within the compiler when other languages are parsed.
你写程序实际上是在写语法树-而其它语言需要编译器生成这种内部表示。
Instead of having a test method per use case, we have a text file containing the expected generated code and a optional text file containing the expected compiler messages.
和每个用例有一个测试方法不同,我们有一个文本文件包含所期望的生成代码以及包含所期望编译器消息的可选文本文件。
These are the proxies generated for a particular.net language and then compiled to dynamic link libraries using the appropriate.net compiler for the language.
这些是为特殊的. NET语言所生成的,然后使用针对这种语言的恰当的. NET编译器被编译成动态链接库的代理。
You will write the SPL application that uses the native functions that wrap the functions generated by the MATLAB compiler.
您将编写一个使用本机函数的SPL应用程序,这些本机函数封装MATLAB 编译器生成的函数。
These two methods are generated by the compiler.
这两个方法由编译器生成。
Special registers are reserved words that name storage areas generated by the compiler.
专用寄存器是一些保留字,用于指定编译器生成的存储区域。
Of course, if the class hierarchy changes and a second target method becomes possible, then the JIT compiler can correct the originally generated code so that the virtual invocation is performed.
当然,如果类层次结构发生变化,并且出现另外的目标方法,则JIT编译器可以更正最初生成的代码以便执行虚调用。
Because of its static nature, precompiled code — unlike code generated dynamically by a JIT compiler — can't benefit from further optimisations of frequently used methods over time.
预先编译的代码有着静态的本质——与JIT编译器动态生成的代码不同,因而不可能在经过一段时间后,得益于常用方法的进一步优化。
This is one of the functions generated for you by the MATLAB compiler.
这是MATLAB编译器为您生成的函数之一。
You will create native functions in SPL to make use of the functions generated by the MATLAB compiler.
您将在SPL中创建一些本机函数,以便利用MATLAB编译器生成的函数。
Again, this is a function generated for you by the MATLAB compiler.
同样,这也是MATLAB编译器为您生成的函数。
This routine is used to accomplish the same if one provides the interface handle which is generated by the IDL compiler, a type UUID and manager routine's entry point vector.
这个例程用于完成这个步骤,这需要提供IDL编译器生成的接口句柄、类型UUID和管理器例程的入口点向量。
Note that the implementation classes are only instantiated through a factory class that is generated by the JAXB compiler.
请注意仅通过由JAXB编译器生成的一个工厂类来实例化实现类。
The instructions generated by the compiler are the actual machine instructions that are going to be executed, and their timing characteristics are reasonably well understood in the common cases.
编译器生成的指令就是将要执行的机器码,一般情况下,可以很合理地理解它们的时间特征。
Note: Technically speaking, anonymous classes have names that are generated by the compiler.
注意:从技术角度考虑,匿名类也拥有类型名称,该类型名称是由编译器自动生成的。
The bytecode enhancer USES classworking techniques to modify the class files generated by the JDK 5.0 compiler, making these classes usable with older JVMs.
字节码增强器使用classworking技术来修改由JD k 5.0编译器生成的类文件,使得这些类可以用于旧版J VM。
The jxeinajar tool compiles the methods in a JAR file and constructs a JXE file that contains both the contents of the original JAR file and the native code generated by the AOT compiler.
jxeinajar工具编译JAR文件中的方法并构造一个JXE 文件,后者包含原始 JAR 文件的内容以及AOT编译器生成的本地代码。
For JScript proxies, issue the following commands that use the JScript.NET compiler from the directory that you generated the proxies in.
对于Jscript代理,在生成的代理所在的目录,发出下面这些使用Jscript.NET编译器的命令。
Whether the code generated by the Visual C++ compiler is MSIL or unmanaged code, the optimizer that generates the code is the same one that has been developed and tuned for over a decade.
不管Visual C++编译器生成的代码是MSIL还是非托管代码,生成代码的优化器还是十几年前就已开发并已进行调整的优化器。
When compiled using a protocol buffer compiler, the encoders and parsers that are generated use a proprietary efficient serialization format.
当使用protocolbuffer编译器进行编译时,编码器和语法分析器用一种私有的高效序列化格式产生。
Their output is itself code, which needs to be fed into a compiler; typically, additional user code is added to use the code generated by lex and/or yacc.
它们的输出本身是代码,需要提供给编译器;通常,要增加另外 的用户代码来使用lex和/或 yacc生成的代码。
It includes all class data members, all class member functions (either explicitly declared, or implicitly generated by the compiler), all base classes of the class, and all their members. Consider.
它包括所有类的数据成员,所有类的成员函数(或者显式声明,或者由编译器隐式生成),所有类的基类和所有它们的成员。
To uncover the failed instruction in the code, do an object dump of the executable using objdump, which lists the instructions generated by the compiler.
要查看代码中是哪条指令出错了,可以使用objdump命令输出可执行文件的代码,该命令会列出编译器所生成的指令。
The Perl compiler works by taking the generated bytecode and then outputting the results in a variety of different ways.
Perl编译器通过使用所生成的字节码,以一种不同的方式输出结果。
Let me rewrite the generated code to ignore the code that the C# compiler originally generated...
让我重写一下生成的(IL)代码吧,让编译器忽略以前生成的”。
Just as in Listing 3, you use a helper class, generated in this case by the protocol buffers compiler.
如清单3所示,您可以使用protocolbuffers编译器生成的helper类。
This is the core function generated for you by the MATLAB compiler, based on the MATLAB function of the same name from the ml_inv.m file.
这是MATLAB编译器根据 ml_inv.m文件中的同名 MATLAB函数为您生成的核心函数。
In their case, they avoided using reflection by instead working directly with class files, adding code to the classes generated by the compiler in order to provide direct access for the framework.
在他们的情况中,通过直接处理类文件,同时向编译器所生成的类添加代码以便为框架提供直接访问,来避免使用反射。
应用推荐