52单词网 > 英语词典 > call stack

call stack

小编 分享 时间:
call stack是什么意思
英式音标:[kɔ:l stæk]英式读音
美式音标:[kɔl stæk]美式读音
词义:

释义

调用栈;

英英释义

Call stack

In computer science, a call stack is a stack data structure that stores information about the active subroutines of a computer program. This kind of stack is also known as an execution stack, control stack, run-time stack, or machine stack, and is often shortened to just "the stack".

以上来源于:Wikipedia

用法:

权威例句

Call stack

Call stack

Call stack

Anomaly Detection Using Call Stack Information

System for detecting program phases with periodic call-stack sampling during garbage collection

Call Stack Coverage for GUI Test-Suite Reduction

Call Stack Coverage for GUI Test-Suite Reduction

Call Stack Coverage for Test Suite Reduction

Call Stack Coverage for Test Suite Reduction

ReBucket: a method for clustering duplicate crash reports based on call stack similarity

ReBucket: A Method for Clustering Duplicate Crash Reports Based on Call Stack Similarity

Automated Problem Determination Using Call-Stack Matching

Programming Without a Call Stack – Event-driven Architectures
造句:

1. For example, you can run programs, set line, watch and service entry breakpoints, step through program instructions, examine variables, and examine the call stack.

例如,您可以运行程序,设置界限,监视与服务进入中断点,通过程序指示的步骤,检查变量,并检查访问栈。

youdao

2. Continue to simplify CM Server call stack.

持续的简化CM服务器访问栈。

youdao

3. Note how all of the exceptions are caught, so that none of them are propagated upward to the call stack.

注意,所有这些异常是如何捕获的,因此它们不会被向上传播到调用堆栈。

youdao

4. Contains the thread and method call stack frames.

包含线程和方法调用堆栈框架。

youdao

5. Note, of course, that this call stack will be optimized in the ways described earlier.

注意,这个调用堆栈当然将会按前面描述的过程优化。

youdao

6. However, even noncancelable tasks should attempt to preserve the interrupted status in case code higher up on the call stack wants to act on the interruption after the noncancelable task completes.

但是,即使是不可取消的任务也应该尝试保留中断状态,以防在不可取消的任务结束之后,调用栈上更高层的代码需要对中断进行处理。

youdao

7. Rather than using programmatic transactions within the same method, you can move the update operations to another public method within the call stack.

不用在相同的方法中使用编程事务,而是将更新操作移动到调用栈的另一个公共方法中。

youdao

8. Display the current call stack of programs and functions.

显示程序和函数的当前调用栈。

youdao

9. The program "call stack" is a list of functions which led up to the current one.

程序“调用堆栈”是当前函数之前的所有已调用函数的列表(包括当前函数)。

youdao

10. Entries on the call stack can be selected, causing variables at the time of invocation to be displayed.

您可以选择调用栈中的条目,这样可以显示变量被调用时的值。

youdao

11. With this technique, you are effectively starting the transaction at a lower level in the call stack, thereby reducing the amount of time you are in the database.

通过此技巧,您可以有效地在调用栈的较低层次开始事务,从而减少花费在数据库中的时间。

youdao

12. When my SCA application encounters a problem, can someone explain the various classes I see on the runtime call stack?

当我的SCA应用程序遇到问题时,如何解释运行时调用堆栈上出现的各种类?

youdao

13. Because the state isn't dependent on a given call stack, the approach is more stable for things like long-duration workflows.

因为状态不依赖于给定的调用堆栈,所以这种方式对于长期工作流这样的东西更稳定。

youdao

14. A typical call stack is shown in Figure 1.

图1显示了一个典型的调用堆栈。

youdao

15. You're literally going back to a previous call stack.

也就是直接返回到一个先前的调用栈。

youdao

16. Always starting transactions at the highest level in the call stack (the API layer) can be inefficient, particularly in cases of high-user-throughput and high-database-concurrency needs.

始终在调用栈的最高层(api层)启动事务有时会效率低下,特别是对于具有高用户吞吐量和高数据库并发性需求的应用程序。

youdao

17. The argument defines the level of the call stack for which you want to obtain the return address.

这个参数定义希望获取返回地址的调用堆栈级别。

youdao

18. In essence, what happens upon calling this method is that a snapshot of the state of the call stack is taken at that very instant and the sets of permissions intersected with each other.

本质上,调用这个方法所发生的事情是对那一瞬间调用堆栈和一组相互交叠的权限进行快照。

youdao

19. The current call stack for the thread is displayed, and the current line of execution is highlighted in the editor in the Debug perspective.

该线程的当前调用堆栈就会显示出来,当前执行的代码行就会在Debug透视图中的编辑器中高亮显示。

youdao

20. Listing 4 shows yet another portion of the hprof output, giving call stack information for allocation sites for Map.Entry objects.

清单4展示了hprof输出的另一部分,给出了Map . Entry对象的分配点的调用堆栈信息。

youdao

21. SystemTap provides a number of other functions, as well, providing access to the call stack and current registers.

SystemTap还提供许多其他函数,提供对调用堆栈和当前注册表的访问。

youdao

22. When you put the example SCA application into a debugger and place a breakpoint on the AddService add method, you see a call stack trace similar to Listing 4.

当使用调试器调试示例SCA应用程序并在AddServiceadd方法上设置断点时,将看到如清单 4 所示的调用堆栈跟踪。

youdao

23. A call stack snapshot like the one shown in Figure 1 would be codified as an AccessControlContext and returned by native method calls provided via the AccessController object.

像图1显示的这样一个调用堆栈快照将编写为(codified)为一个AccessControlContext并由AccessController对象提供的本机方法调用返回。

youdao

24. The debugger - called Cylon - provides all the features one could expect: conditional breakpoints, breakpoints on exceptions, call stack, watches, the exploration and manipulation of variables.

名为Cylon的调试器提供了人们所能想到的所有特性:传统的断点、基于异常的断点、调用栈、监视器以及变量的查看和操作。

youdao

25. Case II: Only the server-side call stack ProtectionDomains that have been associated with the user identity should be used for the permission check.

第i i种情况:应当只用与用户身份相关联的服务器端调用堆栈protectiondomain进行权限检查。

youdao

26. If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.

如果在遇到断点之前有很多组件调用,将会在Debug视图中看到调用堆栈。

youdao

27. Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function.

如果不使用引用,就需要将整个数组或hash 表复制到该函数的调用栈中,然后在函数中再次对其进行复制。

youdao

28. Next, the ProtectionDomains on the current call stack are optimized to remove System domains as well as domains that are already present in the privileged AccessControlContext.

然后,优化当前调用堆栈上的ProtectionDomain以删除系统域以及已经出现在privileged AccessControlContext中的域。

youdao

29. This object must have a method called run(), which is executed by the runtime once the current frame in the call stack is specially marked as described above.

这个对象必须有一个名为run() 的方法,在调用堆栈中的当前帧特别做了如上所述的标记时,由运行时执行这个方法。

youdao

30. This object must have a method called run(), which is executed by the runtime once the current frame in the call stack is specially marked as described above.

这个对象必须有一个名为run() 的方法,在调用堆栈中的当前帧特别做了如上所述的标记时,由运行时执行这个方法。

youdao

call stack

将本文的Word文档下载到电脑,方便收藏和打印
推荐度:
点击下载文档文档为doc格式