• 所有PowerPC程序都需要由一个指向寄存器1中的这个堆栈指针启动

    All PowerPC programs start off with a pointer to this stack in register 1.

    youdao

  • 单击应用程序后退前进按钮时不会堆栈中添加新的事件而是移动堆栈的指针

    When clicking the backward and forward buttons for the application, we won't be adding new events to the stack but we will be moving the pointer within the stack.

    youdao

  • 因为结构就是通常所说类型可以堆栈里,并不能总是它们创建一个指针

    Because structures, also known as value types, can appear on the stack, it is not always possible to create a pointer to them.

    youdao

  • 函数可以自由使用288字节的内存,对于调用其他函数的函数来说,段内存物理上堆栈指针之下

    Functions are free to use the 288 bytes that are physically below the stack pointer for functions that do not call other functions.

    youdao

  • 因此使用简化ABI函数实际上可以通过堆栈指针开始偏移量来保存、使用恢复非易失性寄存器

    Therefore, functions using the simplified ABI actually can save, use, and restore non-volatile registers by using negative offsets from the stack pointer.

    youdao

  • Linux - x86平台上堆栈指针可以实现

    Getting the stack pointer on Linux-x86 can be implemented as.

    youdao

  • pop方法中,顶部指针递减之后,elements仍然会保留弹出堆栈对象引用

    In the pop method, after the top pointer is decremented, elements still maintains a reference to the object being popped off the stack.

    youdao

  • mbackchain -mno-backchain这些选项控制调用地址是否作为backchain指针存储被调用堆栈帧。

    mbackchain and -mno-backchain: These options control whether the address of the caller's frame is stored as so-called "backchain" pointer into the callee's stack frame.

    youdao

  • 函数了解自己活动记录在什么地方提供方便——它们可以使用堆栈指针形式简单地进行定义

    This makes it easy for functions to know where their activation record is — they are simply defined in terms of the stack pointer.

    youdao

  • 每个堆栈框架都有指向一个堆栈框架的指针(称为指针),还有一个调用其他函数用于存放返回地址空间

    Each stack frame holds a pointer to the previous stack frame (called the back chain pointer), as well as a space for return addresses for when it calls other functions.

    youdao

  • 这会保存原来堆栈指针自动分配堆栈内存

    This will save the old stack pointer and allocate stack memory atomically.

    youdao

  • 如果一个函数正在执行,那么堆栈指针就会指向整个堆栈顶部也是该函数活动记录的顶部。

    If a function is executing, then the stack pointer is pointing to the top of the whole stack, which is also the top of that function's activation record.

    youdao

  • 我们应用程序单击时候,新的事件压入堆栈顶部指针指向最后添加元素

    As we click around in the application, new events will be pushed onto the top of the stack, and the pointer will identify the last element added.

    youdao

  • 因为堆栈中压入变量会让堆栈指针移动一个双,所以给堆栈指针4(双字大小)(第32)。

    Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).

    youdao

  • 接下来当前堆栈框架指针存储指向一个堆栈框架指针虽然尚未建立堆栈框架(通过偏移量实现的)。

    Next, the current stack frame pointer is stored as the back pointer for the next stack frame, even though you haven't established the stack frame yet (this is done through negative offsets).

    youdao

  • 堆栈指针给出当前堆栈框架结束位置

    The stack pointer tells you where the end of your current stack frame is.

    youdao

  • 产生更好堆栈回溯因为指针寄存器用作指针不是通用寄存器。

    This will lead to better stack tracebacks, as the frame pointer register is used as a frame pointer rather than a general purpose register.

    youdao

  • 堆栈一起的还有一个指针指示我们堆栈中的当前位置

    Working in conjunction with our stack, we'll have a pointer that identifies our current position in the stack.

    youdao

  • 指针指向前一个堆栈框架回链指针

    The back chain pointer points to the back chain pointer of the previous stack frame.

    youdao

  • 专用寄存器那些预定义永久功能的寄存器,例如堆栈指针(寄存器1)TOC指针(寄存器2)。

    Dedicated registers are registers that have a predefined, permanent function, like the stack pointer (register 1) and the TOC pointer (register 2).

    youdao

  • 打开应用程序单击链接,看到存储浏览器cookie中的历史堆栈指针

    If you open the application and click around, you'll see our history stack and pointer stored in the browser's cookies.

    youdao

  • 堆栈中的最后条目一个指向堆栈帧的指针通常被称为指针(backpointer)。

    The final item in the stack frame is a pointer to the previous stack frame, often called the back pointer.

    youdao

  • 堆栈指针加上变量大小(esp +12、esp + 16等等),可以访问所有后续参数

    All subsequent arguments are accessed by adding the size of a dword variable to the stack pointer (that is, esp + 12, esp + 16, and so on).

    youdao

  • 因此代码回到循环开头,指向正确top指针(线程b修改后的),调用CAS,把20堆栈后结束

    So, the code loops back, points to the proper top pointer (which was changed because of Thread b), invokes CAS, and is done with pushing 20 into the stack.

    youdao

  • 单一线程角度来看创建了一个节点next指针指向堆栈顶部

    From the standpoint of a single thread, a new node is created whose next pointer points to the top of the stack.

    youdao

  • 使用这些信息优化整个程序中的寄存器使用堆栈分配指针

    It USES this information to optimize register usage, stack allocations and Pointers across the whole program.

    youdao

  • 取决于平台abi通常指定寄存器堆栈指针固定偏移量

    It depends on the platform ABI; generally either in a designated set of registers or at fixed offsets from a "stack pointer".

    youdao

  • 堆栈一个后进先出(LIFO)队列它保存子例程返回地址数据指针等等

    The stack is a last-in-first-out (LIFO) queue that holds subroutine return addresses, items of data, Pointers, and so on.

    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

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

    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

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

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

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