Microthreads are small code fragments that can be run concurrently to gain increased performance in microprocessors. They provide an execution model that uses a few additional instructions in a conventional processor to break code down into fragments that execute simultaneously. Dependencies are managed by making registers in the microprocessors executing the code synchronising, so one microthread will wait for another to produce data. This is a form of dataflow.

PropertyValue
dbpedia-owl:abstract
  • Microthreads are small code fragments that can be run concurrently to gain increased performance in microprocessors. They provide an execution model that uses a few additional instructions in a conventional processor to break code down into fragments that execute simultaneously. Dependencies are managed by making registers in the microprocessors executing the code synchronising, so one microthread will wait for another to produce data. This is a form of dataflow. This model can be applied to an existing instruction set architecture incrementally by providing just 5 new instructions to implement concurrency controls. A set of microthreads is a static partition of a basic block into concurrently executing fragments, which execute on a single processor and share a microcontext. An iterator over a set provides a dynamic and parametric family of microthreads. Iterators capture loop concurrency and can be scheduled to different processors. An iterator over a set is created dynamically and is called a family of microthreads. This is the mechanism that allows the model to generate concurrency, which can be run on multiple processors or functional units.
  • マイクロスレッド(英: Microthread)は、マイクロプロセッサ内部の並列機構である。スレッドとは異なり、タスクのスケジュールが単純であり、OSのカーネルではなくプロセッサが担当するためオーバヘッドが少なく、より細かい粒度での並行計算が実現できる。
dbpedia-owl:wikiPageExternalLink
dbpprop:hasPhotoCollection
dcterms:subject
rdf:type
rdfs:comment
  • Microthreads are small code fragments that can be run concurrently to gain increased performance in microprocessors. They provide an execution model that uses a few additional instructions in a conventional processor to break code down into fragments that execute simultaneously. Dependencies are managed by making registers in the microprocessors executing the code synchronising, so one microthread will wait for another to produce data. This is a form of dataflow.
  • マイクロスレッド(英: Microthread)は、マイクロプロセッサ内部の並列機構である。スレッドとは異なり、タスクのスケジュールが単純であり、OSのカーネルではなくプロセッサが担当するためオーバヘッドが少なく、より細かい粒度での並行計算が実現できる。
rdfs:label
  • Microthread
  • マイクロスレッド
owl:sameAs
wdrs:describedby
http://www.w3.org/ns/prov#wasDerivedFrom
foaf:isPrimaryTopicOf
is dbpedia-owl:wikiPageRedirects of
is owl:sameAs of
is foaf:primaryTopic of