stack replacement的意思|示意

美 / stæk riˈpleismənt / 英 / stæk rɪˈplesmənt /

[计]栈替换


stack replacement相关短语

1、 On Stack Replacement 前栈替换,即当前栈替换

2、 stack replacement algorithm 栈替换算法

stack replacement相关例句

It then USES a technique known as on Stack Replacement (OSR) to switch to the execution of the new code.

此时它会应用一项技术,即当前栈替换(On Stack Replacement, OSR),从而切换到新代码的执行上。

I'll elaborate on this point in this article's On-stack replacement section.

我将在本文的堆栈上替换一节中详细解释这一点。

Another concern is on-stack replacement (OSR), an advanced JVM feature that helps optimize certain code structures (see Resources). Consider the code in Listing 4.

另一个问题是堆栈上替换(osr),这种高级JVM特性有助于优化某些代码结构(参见参考资料)。