• Once inside a function, a local stack frame is created by copying esp to ebp (line 62).

    函数内部通过esp复制ebp(第62)创建一个局部堆栈框架

    youdao

  • References to variables within an expression can then be statically bound to a particular slot in either the local stack frame or the list of global variables.

    然后表达式变量引用可以静态绑定本地堆栈框架全局变量的特定上。

    youdao

  • It includes stack frames and local variables, but unlike a true thread it is not executable.

    包含了局部变量真正线程不同的无法执行

    youdao

  • The information it captures is quite extensive, even catching all of the local variables on the stack when an event is triggered.

    捕获相当广泛信息甚至事件触发还能捕获到所有局部变量信息。

    youdao

  • However, this approach only protects those specific functions, not stack overflow vulnerabilities in general, and it only protects the stack, not local values in the stack.

    然而这种方法保护那些特定函数,而不是总体上防止堆栈溢出缺陷并且仅保护堆栈,而保护堆栈中的局部变量

    youdao

  • Remember that when a program makes a function call (especially for recursive ones), it has to store its return address and local variables on the stack.

    记住程序进行函数调用特别是针对归函数)时,必须堆栈存储返回地址本地变量

    youdao

  • The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.

    进程地址空间地址便是储存局部变量以及大多数编程语言函数参数

    youdao

  • This optimization transforms recursive calls into local loops, in order to prevent stack overflows.

    优化调用转换成本地回路这样可以防止溢出。

    youdao

  • Since you did not call any functions or use any local storage, you did not need a stack frame at all, so you can now just exit through the link register.

    由于调用任何函数使用任何本地存储所以根本无需堆栈框架,并通过链接寄存器退出

    youdao

  • We simply move the new values for the parameters on top of the old ones and do a jump to the point in the function right after local variables are saved on the stack.

    我们只需要参数之上然后本地变量保存到之后立即进行一个函数位置跳转

    youdao

  • Just note that writing deeply recursive functions on the SPE is problematic because there is no stack overflow protection on the SPE, and the local store is small to begin with.

    注意SPE编写深度递归函数有些问题原因在SPE上没有任何堆栈溢出保护而且本地存储也很小。

    youdao

  • The most important part of any ABI is the details of how to make use of the stack, which is the area of memory that holds local function data.

    任何ABI重要部分都是具体如何使用堆栈保存本地函数数据内存区域

    youdao

  • The pilot, 53-year-old Andrew Joseph Stack, also set his house on fire before taking off in his single-engine Piper Dakota around 9:40 a.m. local time, investigators said.

    调查人员飞行员名叫安德鲁约瑟夫•斯塔克(Andrew Joseph Stack),今年53岁,点燃了自己的房子,然后于当地时间上午9:40左右驾驶他的单引擎PiperDakota飞机升空。

    youdao

  • This allowed Emacs to display more information, including the call stack, local variables of the current stack and the status of any breakpoints.

    就使得Emacs可以显示更多信息包括调用堆栈当前局部变量以及各断点的状态

    youdao

  • If the client process has not explicitly issued a bind system call before initiating the connection, implicit binding on the local socket is taken care of by the stack.

    如果初始连接之前客户端进程没有显式发布bind系统调用,则堆栈负责本地套接字隐式绑定

    youdao

  • LCL_NUM_VALUE is the stack offset of the local variable num.

    LCL_NUM_VALUE本地变量num堆栈偏移量。

    youdao

  • Main's stack will be the minimum of 32 bytes, while factorial's will be 48, because factorial has a local variable to store.

    main堆栈最小为32字节factorial的堆栈则48字节,原因是factorial需要存储本地变量

    youdao

  • Optimized local adapters provide a means for z/OS applications to harness the WebSphere Application Server for z/OS stack of capabilities.

    优化本地适配器z/OS应用程序提供一种方法以便利用WebSphereApplicationServerfor z/OS堆栈功能。

    youdao

  • Every thread in an application requires memory to hold its stack (the area of memory used to hold local variables and maintain state when calling functions).

    应用程序中的每个线程都需要内存保存(用于调用函数时保存本地变量维持状态内存)。

    youdao

  • This mechanism is used to resolve resource-name conflicts: if two library JAR files define a resource with the same global name, the local names will be used based on the stack-frame of the caller.

    用来解析资源名称冲突机制如果两个jar文件相同全局名称定义一个资源,那么则根据调用程序的堆栈采用局部名称

    youdao

  • Roots can be found in program registers, in local (stack-based) variables in each thread's stack, and in static variables.

    可以程序注册表每一个线程堆栈中的(基于堆栈的)局部变量以及静态变量中找到根

    youdao

  • In addition to stack space, each thread requires some native memory for thread-local storage and internal data structures.

    除了空间之外,每个线程都需要一些本机内存用于线程本地存储内存数据结构。

    youdao

  • Use structs instead of classes for local data. Classes are stored on the heap; structs on the stack.

    对于局部数据使用结构而不是。类存储;而结构体被存储在

    youdao

  • Well, because the memory we've been using for local variables, and for functions, storage space is what computer scientists generally call the stack.

    好的因为我们看到内存用于局部变量的,用于函数的,存储空间就是计算机科学家通常

    youdao

  • It takes following items into consideration, global variable, local variable, stack, furthermore, by the concept of granularity division, it divides function into instruction blocks.

    在研究对象划分策略时,不仅考虑全局变量局部变量、等前人已经关注因素,更通过粒度划分,将函数划分指令

    youdao

  • The stack is used during a function call to store local arguments. But in the function, the stack pointer may change because values are stored on the stack.

    堆栈常常函数调用用于存储本地参数函数中,由于存储在堆栈中的使得堆栈指针值常常发生变化

    youdao

  • A value is popped off of the stack and placed in the local variable indexed by 2.

    堆栈中弹出放在索引2局部变量中。

    youdao

  • The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.

    进程地址空间中的堆栈上面的部分存储大多数编程语言中的局部变量函数参数

    youdao

  • The topmost segment in the process address space is the stack, which stores local variables and function parameters in most programming languages.

    进程地址空间中的堆栈上面的部分存储大多数编程语言中的局部变量函数参数

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定