About: Microthread

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

Microthreads are functions that may run in parallel 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.

Property Value
dbo:abstract
  • Microthreads are functions that may run in parallel 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 five 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. (en)
  • マイクロスレッド(英: microthread)は、マイクロプロセッサ内部の並列機構である。スレッドとは異なり、タスクのスケジュールが単純であり、OSのカーネルではなくプロセッサが担当するためオーバヘッドが少なく、より細かい粒度での並行計算が実現できる。 (ja)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 2018569 (xsd:integer)
dbo:wikiPageLength
  • 1811 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1007936874 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • マイクロスレッド(英: microthread)は、マイクロプロセッサ内部の並列機構である。スレッドとは異なり、タスクのスケジュールが単純であり、OSのカーネルではなくプロセッサが担当するためオーバヘッドが少なく、より細かい粒度での並行計算が実現できる。 (ja)
  • Microthreads are functions that may run in parallel 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. (en)
rdfs:label
  • Microthread (en)
  • マイクロスレッド (ja)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
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