Gå direkt till innehållet
Multithreaded Processor Design
Spara

Multithreaded Processor Design

This work takes the approach of designing a multithreaded processor from the ground up. Each aspect is considered to form a balanced design rather than making incremental changes to an existing design and then ignoring problem areas. The general purpose parallel computer is an elusive goal. Multithreaded processors have emerged as a promising solution to this conundrum by forming some amalgam of the commonplace control-flow (von Neumann) processor model with the data-flow approach. This processor model offers many possibilities and there is much research to be performed to make this technology widespread. Multithreaded processors utilize the simple and efficient sequential execution technique of control-flow, and also data-flow like concurrency primitives. This supports the conceptually simple but powerful idea of rescheduling rather than blocking when waiting for data, e.g. from large and distributed memories, thereby tolerating long data transmission latencies. This makes multiprocessing far more efficient because the cost of moving data between distributed memories and processors can be hidden by other activity. The same hardware mechanisms may also be used to synchronize interprocess communications to awaiting threads, thereby alleviating operating system overheads. Supporting synchronization and scheduling mechanisms in hardware naturally adds complexity. Consequently, existing multithreaded processor designs have tended to make incremental changes to existing control-flow processor designs to resolve some problems but not others.
Författare
Simon W. Moore
Upplaga
1996 ed.
ISBN
9780792397182
Språk
Engelska
Vikt
446 gram
Utgivningsdatum
1996-04-30
Förlag
Springer
Sidor
142