However, you can apply the overall concepts equally well to any machine architecture, operating system, and compiler combinations.
不过,您同样可以将所有的思想应用到任意的机器体系结构、操作系统和编译器组合。
A static compiler converts source code directly to machine code that can be directly executed on the target platform, and different hardware platforms require different compilers.
静态编译器直接把源代码转换成可以直接在目标平台上执行的机器代码,不同的硬件平台要求不同的编译器。
The novel machine needed feeding with software, including a compiler and assembler, if it was to do anything useful.
这台新机器需要软件,包括一个编译器和汇编器,否则它什么也做不了。
Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.
也许这方面最好和最成功的例子就是编译器,它能够将一个高级语言程序解释成一个与之相当的机器语言的执行程序。
The compiler will after all very likely compile the above assignment into a single machine instruction.
编译器极有可能把上述赋值语句编译成一条机器指令。
Psyco — to keep it very short — is a just-in-time (JIT) compiler of Python code into (x86) machine code.
Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。
He and a couple of other people who work on Factor have done just an incredible amount of work in optimizing the compiler and the virtual machine for it.
他和别的很多工作在Facotor的人在它的优化编译器和虚拟机上面做了不可思议的大量工作。
The configure script performs exhaustive checks for compiler versions installed on the machine, amount of set environment variables, and so forth.
configure脚本将仔细地检查安装在该计算机上的编译器版本、set环境变量的数量等信息。
In this usage, a compiler would compile BCPL code into an intermediate machine code called O-code.
在这种用法中,编译器会将BCPL代码编译成称为o - code的中间机器代码。
The IBM XLC++ compiler must be installed on your machine in the /usr/vacpp directory.
必须在机器上的 /usr/vacpp目录中安装IBM XLC++编译器。
The Ruby source code is compiled into native machine code (same process as we do at runtime with the JIT compiler), so it's also a good way to obfuscate the source code.
因为Ruby源代码已经编译成了原生机器码(正如我们使用JIT编译器在运行时所做的一般),因此这也是混淆代码的一个不错的方式。
You can apply the overall concept in these design patterns to any machine architecture, operating system, and compiler combination.
您可以在任何机器体系架构、操作系统和编译器上应用这两种设计模式中的概念。
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.
编译器生成的指令就是将要执行的机器码,一般情况下,可以很合理地理解它们的时间特征。
Worse, it's quite likely to run for a while even on a 64-bit machine, if the compiler happened to cram things into the first 4gb. You don't need to change the program much to get a surprise, though.
更为糟糕的是,即使在64位机器上,如果编译器碰巧将内容填充到第一个4gb中,这也很可能不会正常工作。
This paper proposes a generation method of path coverage test based on Gene Expression Programming(GEP) algorithm, compiler technology and Virtual Machine(VM).
提出一种基于基因表达式编程(GEP)算法、编译器技术、虚拟机技术的路径覆盖测试用例生成方法。
Compiler A system program that translates high-level language programs into machine code.
编译程式是一种系统程式,它把高阶层语言程式转为机器代码。
It is especially important to VLIW architecture as for the performance of the machine has something to do with the design and realization of the compiler.
对于VLIW机器来讲,由于机器性能与编译器的设计和实现有很大的关系,指令调度就显得尤为重要。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
The program in the system was written in BASIC and changed into the machine language by the BASIC compiler.
系统中的程序用高级BASIC语言编写并由编译BASIC变为机器语言。
Unfortunately today most low-level high-performance communication interfaces are machine specific, which is a serious impediment to compiler portability.
然而当今底层高性能通信接口多数都是机器专用的,这严重妨碍了编译器的可移植性。
Compiler is a system software that translates high level programming language into semantically equivalent machine code.
编译器是一种将高级程序设计语言编写的源程序转化为语义等价的机器语言程序的系统软件。
The paper describes the compiler structure, abstract microcode machine, code generation of OCCAM and its designing principles.
本文叙述了并行程序设计语言occam的编译结构、抽象微码模型机、代码生成以及它的设计原则。
The program can be entirely converted into machine code and saved before it is run, using a compiler.
通过计算机编译,程序在运行前可完全转化为机器码并保存起来。
Compiler: a system program that translates high-level language programs into machine code.
编译程序:是一种系统程序,它把高阶层语言程序转为机器代码。
Translator: a compiler, interpreter or assembler conversion program that translates a high-level language or low-level language into machine language.
翻译程序:是一个用编译,传译或真译方法的转换程序。它把高阶层语言或低阶层语言翻译为机器语言。
The other use of the phrase native code is to describe the output of the JIT compiler, the machine code that actually runs in the runtime.
本地代码的另一个使用是描述了JIT编译器的输出,机器代码事实上是运行在运行时上。
As far as speed is concerned, you're working with machine code produced by an optimizing compiler. Execution is fast, but you might notice a startup delay as the support DLLs are loaded.
至于速度的问题,你的机器代码已经被编译器最优化了。执行起来很快,但是你可能在程序开始加载dll时感觉到有所延迟。
In an optimizing compiler, the optimization can be divided into two categories: machine-independent optimization and machine-dependent optimization.
在一个优化编译器中,优化可分为机器无关优化和机器相关优化。
In an optimizing compiler, the optimization can be divided into two categories: machine-independent optimization and machine-dependent optimization.
在一个优化编译器中,优化可分为机器无关优化和机器相关优化。
应用推荐