通常,经过完全优化的编译代码很难或者几乎不可能进行调试,这就加大了发现那些造成系统功能错误所在的难度。
As a rule, code compiled with full optimization can be difficult or impossible to debug, making it very difficult to identify bugs that may be causing the system to function incorrectly.
因为LSL的编译代码并不能够直接翻译成Mono能够使用的IL代码,所以只有那些带有LS L源代码的脚本才能被移植过来。
Since the LSL byte code isn't directly translatable into the il byte code used by Mono, only scripts that still have the original LSL source code can be ported.
这些文件包含客户/服务器应用程序的源代码和已编译的版本。
These files contain both source and compiled versions of the client/server application.
大多数现代JVM结合使用了解释和编译的代码执行。
Most modern JVMs use a combination of interpretation and compiled code execution.
那么如何将静态编译的代码链接到生成的类呢?
So how can I link the statically compiled code to the generated class?
您可以在多种不同的媒体中(从静态文件到经过编译的代码)存储VXML。
You can store your VXML in several different mediums, from a static file to compiled code.
在一般情况下,较老的CPU无法执行使用这些选项编译的代码。
In general, code compiled with this option will not execute on older CPUs.
图3显示了清单5中代码的编译结果。
Figure 3 shows the result of compiling the code in Listing 5.
清单6显示原始代码的编译版本。
仅仅尝试获得要编译的现有代码以进行维护或构建就会浪费大量时间。
Lots of time could be wasted just trying to get existing code to compile so it can be maintained or built upon.
将从jxe中加载的编译了的方法作为本地代码执行。
它可以缓存之前编译的snippet代码,支持参数变化。
This is a large cache of previously compiled snippet code that supports parameter variations.
RT中的本地代码编译。
不正确编译的本机代码。
我们一直都有提前编译器,用于以。class文件的形式来生成预编译的Ruby代码。
We've always had an ahead-of-time compiler, to produce pre-compiled Ruby code in.class files. But there were a few things missing.
所生成的可执行文件嵌入了所有已编译的Ruby代码,当然也包括静态编译的MacRuby。
Produced executables embed all the compiled Ruby code as well as MacRuby, statically.
这将会导致在输出结果中包含每个方法已编译的代码的起始地址和结束地址。
This will result in output containing both the starting and ending addresses of the compiled code for each method.
编译应用程序的源代码。
下一种级别的约定包括直接执行引擎、源文件的抽象,以及编译后的代码。
The next level of engagement involves operating directly with engines and abstractions of source code and compiled code.
通过识别这些源代码模式,编译器能够只将有效的源代码表示转换为已编译的类文件。
By recognizing these source patterns, the compiler is able to translate only valid representations of source into compiled class files.
该工具对JAR文件中所有类的所有方法应用本地代码编译,也可以选择性地对需要的方法应用本地代码编译。
This tool either applies native code compilation to all methods of all classes in a JAR file or applies it selectively to the methods of interest.
编译的方法越多,代码占用的内存就越多。
The more methods compiled, the more memory the code occupies.
如果您必须重新编译相同的代码,或者编译该代码更新的版本,那么就可以借助您的记录,回忆起所需采取的步骤。
If you must rebuild the same code or build a newer version of the code, you can refer to your journal to refresh your memory.
目前,为计算机分配测试和测试到期日期的逻辑是该应用程序的已编译代码的一部分。
Currently, the logic that assigns the tests and tests due date to a computer is part of this application's compiled code.
在这样的系统中,链接到经过编译的代码而是实际的源代码会好得多。
In such a system, it is much better to link against the compiled code instead of the actual source code.
在另外一些情况下,在JVM进程的代码中,但是在该进程的已编译代码之外,会产生崩溃或挂起,这可以说明问题是由于JIT编译的代码产生的。
In other cases, crash or a hang happens in code that is in the JVM process space yet outside the range of compiled code in that process, that would indicate a problem with JIT-compiled code.
此外,由于采用了新的方式对字节码进行校验,我们还能确保编译的代码在运行时的类型安全。
Furthermore, due to a novel approach to bytecode verification, we're also able to ensure runtime type safety of the compiled code.
经过编译的代码应当包括已经使用GWT编译的客户端代码——记住,在服务器端使用一些客户机类以帮助数据传输。
The compiled code should include the client-side code you've already compiled using GWT — remember, you use some of those client classes on the server side to facilitate data transfer.
它的工作方式是:从预处理源代码和用于编译源代码的编译器选项创建一个哈希表。
It works by creating a hash from the preprocessed sources and the compiler options used to compile the sources.
它的工作方式是:从预处理源代码和用于编译源代码的编译器选项创建一个哈希表。
It works by creating a hash from the preprocessed sources and the compiler options used to compile the sources.
应用推荐