Join Books.org — it's free

Multithreaded Processor Design by Simon W. Moore β€” book cover
Computers & the Internet, Microprocessors

Multithreaded Processor Design

by Simon W. Moore
Available on Bookshop Write a review

Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.

Log in to track your reading progress.

Synopsis

Multithreaded Processor Design takes the unique approach of designing a multithreaded processor from the ground up. Every aspect is carefully 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 more exotic data-flow approach. This new processor model offers many exciting 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.
Multithreaded Processor Design serves as an excellent reference source and is suitable as a text for advanced courses in computer architecture dealing with the subject.

Booknews

Offers a radical approach to designing a multithreaded processor to further the elusive goal of a general purpose parallel computer by forming an amalgam of the commonplace control-flow processor model with the more exotic data-flow approach. Covers design motivations, current processor models, hardware scheduling, and memory structure. Also describes and presents the code for Anaconda, an example processor designed with real-time and best-effort requirements in mind, and based on data driven microthreads, which accept up to 16 input parameters before execution commences. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Reviews

There are no reviews yet. Log in to write one.

Book Details

Published
April 1, 1996
Publisher
Springer-Verlag New York, LLC
Format
Hardcover
ISBN
9780792397182

Similar books