Imagine an upcoming jump instruction as a fork in a road - a branch.
将即将到来的跳转指令想象成道路上的一个岔路口——一个分支。
单词 | Jump instruction |
释义 |
Jump instruction
原声例句
科技 Crash Course Imagine an upcoming jump instruction as a fork in a road - a branch. 将即将到来的跳转指令想象成道路上的一个岔路口——一个分支。 科技 Crash Course Another big hazard are conditional jump instructions -- we talked about one example, a JUMP NEGATIVE, last episode. 另一个大的危险是条件跳转指令——我们在上一集中谈到了一个例子,一个 JUMP NEGATIVE。 科技 Crash Course A simple pipelined processor will perform a long stall when it sees a jump instruction, waiting for the value to be finalized. 一个简单的流水线处理器在看到跳转指令时将执行长时间停顿,等待最终确定值。 科技 Crash Course When the jump instruction is finally resolved, if the CPU guessed correctly, then the pipeline is already full of the correct instructions and it can motor along without delay. 当跳转指令最终被解析时,如果 CPU 猜对了,那么流水线中已经充满了正确的指令,它可以毫不拖延地继续前进。
中文百科
分支 (计算机科学) Branch (computer science)(重定向自Jump instruction)
在计算机科学中,分支(英语:Branch)是在电脑程序中的一段串行代码。它会视情况而运行,主要是看控制流程在这个情况下,是否决定运行它。在高端语言与汇编语言,乃至于机器码写成的程序中,都可以看到分支的存在。在高端语言中,通常会使用条件语句(conditional statement)的形式,把分支包起来,并决定在何种状况下,应该要运行哪一个分支指令。在汇编语言与机器码层级中,则使用跳跃指令(jump instructions),以标记定义出相对应的分支码。
英语百科
Branch (computer science) 分支 (计算机科学)(重定向自Jump instruction)
A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order. Branch (or branching, branched) may also refer to the act of switching execution to a different instruction sequence as a result of executing a branch instruction. A branch instruction can be either an unconditional branch, which always results in branching, or a conditional branch, which may or may not cause branching, depending on some condition. Branch instructions are used to implement control flow in program loops and conditionals (i.e., executing a particular sequence of instructions only if certain conditions are satisfied). |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。