操作数栈(Operand Stack):首先要了解JVM的架构是基于栈的指令集,指令的操作都是对栈的操作,所以方法运行的时候的一些参数和中间变量都必须先放入栈中才...
基于136个网页-相关网页
栈帧中主要保存3类数据:本地变量(Local Variables),包括输入参数和输出参数以及方法内的变量;栈操作(Operand Stack),记录出栈、入栈的操作;栈帧数据(Frame Data),包括类文件、方法等等。
基于20个网页-相关网页
...成时销毁,Frame从每个线程创建的JVM的栈中分配内存,它属于每个线程,每个Frame有自己的本地变量组,自己的操作栈(Operand Stack)和指向当前方法的运行时常数池的引用,本地变量组和操作栈的大小在编译的时候就已经确定,在一个获得控制的线程中只有一个Frame是...
基于12个网页-相关网页
floating point operand stack 浮点操作数堆栈
operand stack register 操作组号寄存器 ; 操作数堆栈寄存器
set operand stack 设定运算数组
Operand Stack Size 操作数栈大小
floating-point operand stack 浮点操作数站
top stack operand 堆栈顶操作数
·2,447,543篇论文数据,部分数据来源于NoteExpress
Fetches the required operands from the operand stack.
从操作数堆栈获取所需的操作数。
Like the local variables, the operand stack is organized as an array of words.
和局部变量区一样,操作数栈也是被组织成一个以字长为单位的数组。
Bytecodes describe calculations using a theoretically infinitely large operand stack.
字节码使用一个理论上无限大的操作数堆栈来描述计算。
应用推荐