Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Out-of-Order execution was the main advancement of the computer industry during the 1990s.
The false dependency is broken and additional opportunities for out-of-order execution are created.
Memory operations are strictly load/store, but allow for out-of-order execution.
In the case of out-of-order execution, the algorithm used can be:
To minimize these dependencies, out-of-order execution of instructions was introduced.
It completely negates the benefits of pipelining and out-of-order execution.
Ways were found for organising out-of-order execution so as to extract the sequencing information that is implicit in the data.
Out-of-order execution where instructions execute in any order that does not violate data dependencies.
However, as with out-of-order execution of other instructions, it may be possible to execute two memory operations in a different than the program implied order.
It was also superscalar, but its major innovation was out-of-order execution.
These algorithms do not work if out-of-order execution is used on the platform that executes them.
The cores do not feature out-of-order execution, or a sizable amount of cache.
It is a type of out-of-order execution.
The out-of-order execution logic then pulls instructions from these issue queues out of program order to feed the chip's eight functional units.
It introduced out-of-order execution and an integrated second level cache on dual-chip processor package.
Intel will describe its processors as having an "in-order front end" and an "out-of-order execution engine."
The following two processor program gives a concrete example of how such out-of-order execution can affect program behavior:
Out-of-order execution is a restricted form of data flow computation, which was a major research area in computer architecture in the 1970s and early 1980s.
The problem is particularly acute on processors designed with pipelining (since 1990) or with out-of-order execution.
Some examples include Out-of-order execution, Instruction pipelines, and Branch predictors.
Such processors may perform out-of-order execution.
Techniques to predict out-of-order execution and prepare subsequent instructions for execution outside the regular sequence.
Out-of-order execution somewhat rearranges the order in which instructions are executed to reduce delays due to data dependencies.
Out-of-order execution has been used in most recent high-performance CPUs to achieve some of their speed gains.
The branch history table was also larger and could dispatch more instructions so that the processor can handle out-of-order execution more efficiently than the 604.