An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In the design of pipelined computer processors, a pipeline stall is a delay in execution of an instruction in order to resolve a hazard.

Property Value
dbo:abstract
  • In the design of pipelined computer processors, a pipeline stall is a delay in execution of an instruction in order to resolve a hazard. (en)
  • En informatique, une bulle (en anglais bubble ou pipeline stall) est un temps d'attente lors de l'exécution d'une instruction sur un processeur à pipeline. Cette bulle est le plus souvent représentée par l'exécution d'une instruction NOP, qui n'a pas d'autre utilité que d'introduire un délai dans le pipeline. (fr)
  • 流水线停顿(英語:Pipeline stalling),亦称流水线冒泡,是指有指令管線化的處理器,为了应对冒险(相鄰位址讀寫相同位址,不同執行順序可能會影響結果)而延时执行指令。 在指令解碼的階段,控制單元會判斷解碼後的指令所讀取的暫存器位址是否是執行階段要寫入的位址。若是,控制單元會將該指令暫停一個時脈週期,控制單元也會暫停讀取階段指令,避免讀取階段讀到的命令被下一個命令蓋過。 在指令解碼的指令停頓時,為了避免讀取新的指令,會固定程式計數器以及讀取階段的指令,避免被修改。此動作會一直持續到可能造成上述衝突的指令已執行完成為止,之後才會繼續指令解碼及讀取指令,此事件常稱為bubble,類似液體管路中的氣泡。 有些架構下,流水线的執行階段需要在每一個周期都要有動作。此時會在執行階段加入NOP(無作用),以達到停顿的效果。 (zh)
dbo:thumbnail
dbo:wikiPageID
  • 8638853 (xsd:integer)
dbo:wikiPageLength
  • 4090 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1119832184 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • In the design of pipelined computer processors, a pipeline stall is a delay in execution of an instruction in order to resolve a hazard. (en)
  • En informatique, une bulle (en anglais bubble ou pipeline stall) est un temps d'attente lors de l'exécution d'une instruction sur un processeur à pipeline. Cette bulle est le plus souvent représentée par l'exécution d'une instruction NOP, qui n'a pas d'autre utilité que d'introduire un délai dans le pipeline. (fr)
  • 流水线停顿(英語:Pipeline stalling),亦称流水线冒泡,是指有指令管線化的處理器,为了应对冒险(相鄰位址讀寫相同位址,不同執行順序可能會影響結果)而延时执行指令。 在指令解碼的階段,控制單元會判斷解碼後的指令所讀取的暫存器位址是否是執行階段要寫入的位址。若是,控制單元會將該指令暫停一個時脈週期,控制單元也會暫停讀取階段指令,避免讀取階段讀到的命令被下一個命令蓋過。 在指令解碼的指令停頓時,為了避免讀取新的指令,會固定程式計數器以及讀取階段的指令,避免被修改。此動作會一直持續到可能造成上述衝突的指令已執行完成為止,之後才會繼續指令解碼及讀取指令,此事件常稱為bubble,類似液體管路中的氣泡。 有些架構下,流水线的執行階段需要在每一個周期都要有動作。此時會在執行階段加入NOP(無作用),以達到停顿的效果。 (zh)
rdfs:label
  • Bulle (informatique) (fr)
  • Pipeline stall (en)
  • 流水线停顿 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License