Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Re-order_buffer> ?p ?o. }
Showing items 1 to 16 of
16
with 100 items per page.
- Re-order_buffer abstract "A re-order buffer (ROB) is used in a Tomasulo algorithm for out-of-order instruction execution. It allows instructions to be committed in-order. Normally, there are three stages of instructions: "Issue", "Execute", "Write Result". In Tomasulo algorithm, there is an additional stage "Commit". In this stage, the results of instructions will be stored in a register or memory. In the "Write Result" stage, the results are just put in the re-order buffer. All contents in this buffer can then be used when executing other instructions depending on these.There are additional fields in every entry of the buffer: Instruction type (jump, store to memory, store to register) Destination (either memory address or register number) Result (value that goes to destination or indication of a (un)successful jump) Validity (does the result already exist?)Additional benefits of the re-order buffer include allowing for precise exceptions and easy rollback control of target address mispredictions (branch or jump).The ROB works by storing instructions in their original fetched order. The ROB can also be accessed from the side since each reservation station (in Tomasulo algorithm) has an additional parameter that points to instruction in the ROB. When jump prediction is not correct or a nonrecoverable exception is encountered in the instruction stream, the ROB is cleared of all instructions and reservation stations are re-initialized.".
- Re-order_buffer wikiPageExternalLink reorder.pdf.
- Re-order_buffer wikiPageID "390468".
- Re-order_buffer wikiPageRevisionID "581466205".
- Re-order_buffer hasPhotoCollection Re-order_buffer.
- Re-order_buffer subject Category:Instruction_processing.
- Re-order_buffer comment "A re-order buffer (ROB) is used in a Tomasulo algorithm for out-of-order instruction execution. It allows instructions to be committed in-order. Normally, there are three stages of instructions: "Issue", "Execute", "Write Result". In Tomasulo algorithm, there is an additional stage "Commit". In this stage, the results of instructions will be stored in a register or memory. In the "Write Result" stage, the results are just put in the re-order buffer.".
- Re-order_buffer label "Buffer di riordino".
- Re-order_buffer label "Re-order buffer".
- Re-order_buffer label "重排序缓冲区".
- Re-order_buffer sameAs Buffer_di_riordino.
- Re-order_buffer sameAs m.022m2w.
- Re-order_buffer sameAs Q3646603.
- Re-order_buffer sameAs Q3646603.
- Re-order_buffer wasDerivedFrom Re-order_buffer?oldid=581466205.
- Re-order_buffer isPrimaryTopicOf Re-order_buffer.