The extra information then overlays a part of the running program and causes the runtime to execute instructions that it should not execute.
那么多出的信息会覆盖正在运行的程序的一部分,导致运行时执行本不应该执行的指令。
This is runtime analysis: analyzing a running program to collect data that helps you understand the behavior of the software, and the relationships between various components in it.
这就是运行时分析:分析运行的程序并收集数据,用来帮助您理解软件的行为和软件不同部件之间的关系。
When a client program talks to my SCA application, how does the SCA runtime invoke the methods on my implementation?
当一个客户机程序与我的SCA应用程序通信时,SCA运行时如何对我实现调用方法?
By invoking a batch file, we can set up a suitable runtime environment for our program.
通过调用一个批处理文件,我们可以为我们的程序设置一个合适的运行时环境。
This month I move on to analyzing the dynamic (runtime) behavior of the program.
这个月,我将分析程序的动态(运行时)行为。
While it may make sense to build the table at runtime for such a small set of Numbers, other such tasks may cause program startup to be prohibitively slow.
尽管对于少量的数据来说在运行时构建这张表是可能的,但是有些任务则可能会使得程序启动非常缓慢。
These checks are then executed during program runtime.
这些检查将在程序运行时执行。
You can use this to report a summary of all of the errors reported after the instrumented program exits. To do this, you use the Purify -run-at-exit runtime option.
您可以利用这个来报告这个可测试程序退出之后所有错误的概要。
If you need this behavior, consider calling the C exit function from your COBOL program and using _twzCOBOLTerm after the runtime termination exit.
如果需要使用这种行为,可以考虑从COBOL程序调用Cexit函数,并在运行时终止退出后使用 _twzCOBOLTerm。
In the program run shown in Figure 7, the runtime avoided deadlock by allowing Static2 to access the static Message property of Static1 before the type constructor for Static1 finished execution.
在图7所示的程序运行中,运行库通过允许Static2在Static1的类型构造函数完成执行之前访问Static1的静态Message属性,从而避免了死锁。
The libspe2 code provides a runtime in which your program runs.
libspe2代码提供了一个运行程序所使用的运行时库。
Performance: Since the compiler is aware of the use of XML in a program, it can optimize the runtime representation, parsing, and XPath evaluation of XML.
性能:由于编绎器能够觉察在程序中使用了XML,所以它能够优化XML的运行时表示、解析和Path计算。
There are four types of user programs that can be developed for use with Express Runtime, differentiated by the point during the deployment process in which the program runs.
您可开发四种类型的用户程序以供expressRuntime使用,用户程序类型是按程序在部署过程中的运行位置进行区分的,包括。
For runtime errors, Eclipse lets you set breakpoints, monitor variables, manually change variables, and step through program execution by line or method.
对于运行时错误,Eclipse允许设置断点、监视变量,手工更改变量,以及按行或按方法逐步执行程序。
To resolve the preceding error, add the path to the Lotus Domino or Lotus Notes program directory in the runtime configuration of your Project Zero application as shown in figures 10 and 11.
要解决之前的错误,将LotusDomino或LotusNotes程序目录的路径添加到ProjectZero应用程序的运行时配置中,如图10和11所示。
PurifyPlus is a runtime analysis tool suite that monitors your program as it runs and reports on key aspects of its behavior
PurifyPlus是一种运行时分析工具,它用以在系统运行时监测系统并且报告系统行为的重要内容
The next version of Visual Studio will include this feature which will enable all.net languages to optionally resolve names in a program at runtime instead of at compile time. Charlie tells us that.
在下个版本的VisualStudio中,所有的。NET语言都将能够在运行时解析名称,而不是像现在这样只能在编译时进行。
PureCoverage tracks code coverage, so you can identify gaps in your testing and areas of your program that the runtime analysis tools are not seeing.
PureCoverage追踪代码覆盖,因此您可以发现测试与运行时分析工具不能发现的鸿沟。
On modern processors, the cost of a cache miss is significant, so if the language and runtime can help your program achieve better data locality, performance will be improved.
在现代的处理器上,缓存遗漏的成本非常显著,所以如果语言和运行时能够帮助程序实现更好的数据位置,就会提高性能。
In general, "state" refers to information about the current conditions of program execution-runtime data stored in memory.
总的来说,“状态”是指关于程序当前的执行状况的信息——存储在内存中的运行时数据。
Testing is another kind of runtime analysis: You feed in data or events and check to see that you got the right behavior from the program.
测试是另一种运行时分析:您通过数据或事件检验是否获得来自系统的正确行为。
A runtime library has no opportunity to analyze a program and structure the query evaluations in an optimal manner.
运行时库没有机会分析程序并以最优的方式构建查询计算。
For example, runtime analysis can help with program understanding.
例如,运行时分析可以帮助理解系统。
The second type of error is a runtime error, so called because the error does not appear until you run the program.
第二类错误是运行时错误,之所以称为运行时错误,是因为只有你运行了程序,错误才可能出现。
Static verification offers the promise of finding many common errors in program logic such as possibly improper use of a method at compile time as opposed to at runtime.
状态检验(Static verification)可以查找多种通常的程序逻辑错误,如不恰当的使用一个在编译时而不是运行时的方法。
The application's main program is designed with a framework or backplane that optionally loads the required DLLS at runtime where the DLLS are in files separate from the main application on the disk.
设计应用程序的主程序时使用程序框架或底板,这些程序框架或底板在运行时选择性地装入所需的dll,这些dll位于磁盘上同主程序分离的一些文件中。
Runtime analysis in the program development cycle.
系统开发周期中的运行时分析。
The term reflection, on the other hand, is a generic term used across programming languages to refer to the ability of a program to inspect and modify its objects, types, etc. at runtime.
术语反映,另一方面,是一个通用术语跨编程语言使用引用程序的能力检查和修改它的对象在运行时类型等。
Three kinds of errors can occur in a program: syntax errors, runtime errors, and semantic errors.
程序一般会有三种错误:语法错误,运行错误和语义错误。
John's official title is Program Manager on the Dynamic Language Runtime Team.
John Lam的正式头衔是动态语言运行时组经理。
应用推荐