Get 3 months of Audible free - Get this deal
$126.95 with 11 percent savings
Print List Price: $142.84

These promotions will be applied to this item:

You have subscribed to ! We will pre-order your items within 24 hours of when they become available. When new books are released, we’ll charge your default payment method for the lowest price available during the pre-order period.
Update your device or payment method, cancel individual pre-orders or your subscription at
Your Memberships & Subscriptions
Kindle app logo image

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet or computer – no Kindle device required.

Read instantly on your browser with Kindle for Web.

Using your mobile phone camera, scan the code below and download the Kindle app.

QR code to download the Kindle app

  • Microprocessor Architecture: From Simple Pipelines to Chip Multiprocessors
  • To view this video, download

Follow the author

Something went wrong. Please try your request again later.

Microprocessor Architecture: From Simple Pipelines to Chip Multiprocessors 1st Edition, Kindle Edition

4.2 out of 5 stars 13 ratings

' + '' + decodeURIComponent(encodedIframeContent) + ''+''); doc.close(); } } this.iframeload = function () { var iframe = document.getElementById(iframeId); iframe.style.display = ''; setTimeout(function () { setIframeHeight(initialResizeCallback); }, 20); } function getDocHeight(doc) { var contentDiv = doc.getElementById("iframeContent"); var docHeight = 0; if(contentDiv){ docHeight = Math.max( contentDiv.scrollHeight, contentDiv.offsetHeight, contentDiv.clientHeight ); } return docHeight; } function setIframeHeight(resizeCallback) { var iframeDoc, iframe = document.getElementById(iframeId); iframeDoc = ((iframe.contentWindow && iframe.contentWindow.document) || iframe.contentDocument); if (iframeDoc) { var h = getDocHeight(iframeDoc); if (h && h != 0) { iframe.style.height = parseInt(h) + 'px'; if(typeof resizeCallback == "function") { resizeCallback(iframeId); } } else if (nTries < MAX_TRIES) { nTries++; setTimeout(function () { setIframeHeight(resizeCallback); }, 50); } } } this.resizeIframe = function(resizeCallback) { nTries = 0; setIframeHeight(resizeCallback); } } return DynamicIframe; });
This book gives a comprehensive description of the architecture of microprocessors from simple in-order short pipeline designs to out-of-order superscalars. It discusses topics such as: • The policies and mechanisms needed for out-of-order processing such as register renaming, reservation stations, and reorder buffers • Optimizations for high performance such as branch predictors, instruction scheduling, and load-store speculations • Design choices and enhancements to tolerate latency in the cache hierarchy of single and multiple processors • State-of-the-art multithreading and multiprocessing emphasizing single chip implementations Topics are presented as conceptual ideas, with metrics to assess the performance impact, if appropriate, and examples of realization. The emphasis is on how things work at a black box and algorithmic level. The author also provides sufficient detail at the register transfer level so that readers can appreciate how design features enhance performance as well as complexity.
This title is only available on select devices and the latest version of the Kindle app. Please refer to the supported devices list before purchase. Available on these devices

See all supported devices

Kindle E-Readers

  • Kindle Paperwhite (10th Generation)
  • Kindle Paperwhite (5th Generation)
  • Kindle Paperwhite
  • Kindle Oasis (9th Generation)
  • Kindle
  • Kindle (11th Generation, 2024 Release)
  • Kindle Paperwhite (12th Generation)
  • Kindle Oasis (10th Generation)
  • Kindle Touch
  • Kindle Oasis
  • Kindle (10th Generation)
  • Kindle Scribe, 1st generation (2024 release)
  • All New Kindle E-reader
  • All new Kindle paperwhite
  • Kindle Scribe (1st Generation)

Fire Tablets

  • Fire HD 10 (11th Generation)
  • Fire HD 8 (10th Generation)

Free Kindle Reading Apps

  • Kindle for Android Phones
  • Kindle for Android Tablets
  • Kindle for iPhone
  • Kindle for iPad
  • Kindle for Web
  • Kindle for Mac
  • Kindle for PC

Product description

Review

"Professor Baer has developed an extremely appropriate and timely textbook for computer architecture, with a focus on how processors work, and how select micro-architectural features work. He is an excellent teacher, and has effectively presented and explained the concepts. The text covers all the major subjects necessary for a semester-long course in computer architecture."
Patrick Crowley, Washington University in St. Louis

"Overall, I believe that the book will serve as a useful textbook for explaining concepts related to the architecture of microprocessors to undergraduate and graduate students."
S. V. Nagaraj, Computing Reviews

About the Author

Jean-Loup Baer is Professor Emeritus of Computer Science and Engineering at the University of Washington, where he has been since 1969. Professor Baer is the author of Computer Systems Architecture and more than 100 refereed papers. He is a Guggenheim Fellow, an ACM Fellow, and an IEEE Fellow. Baer has held several editorial positions, including editor-in-chief of the Journal of VLSI and Computer Systems and editor of the IEEE Transactions on Computers, the IEEE Transactions on Parallel and Distributed Systems, and the Journal of Parallel and Distributed Computing. He has served as General Chair and Program Chair of several conferences, including ISCA and HPCA.

Product details

  • ASIN ‏ : ‎ B003E74B42
  • Publisher ‏ : ‎ Cambridge University Press
  • Accessibility ‏ : ‎ Learn more
  • Publication date ‏ : ‎ Dec 7 2009
  • Edition ‏ : ‎ 1st
  • Language ‏ : ‎ English
  • File size ‏ : ‎ 9.1 MB
  • Simultaneous device usage ‏ : ‎ Up to 4 simultaneous devices, per publisher limits
  • Screen Reader ‏ : ‎ Supported
  • Enhanced typesetting ‏ : ‎ Enabled
  • X-Ray ‏ : ‎ Not Enabled
  • Word Wise ‏ : ‎ Not Enabled
  • Print length ‏ : ‎ 382 pages
  • ISBN-13 ‏ : ‎ 978-0511672736
  • Page Flip ‏ : ‎ Enabled
  • 鶹 Rank: #38 in Computer Design
  • Customer Reviews:
    4.2 out of 5 stars 13 ratings

About the author

Follow authors to get new release updates, plus improved recommendations.
Jean-Loup Baer
Brief content visible, double tap to read full content.
Full content visible, double tap to read brief content.

Discover more of the author’s books, see similar authors, read book recommendations and more.

Customer reviews

4.2 out of 5 stars
13 global ratings

Review this product

Share your thoughts with other customers

Top reviews from Canada

  • Reviewed in Canada on May 16, 2021
    Verified Purchase
    Awesome!!! Very good condition
  • Reviewed in Canada on May 20, 2016
    Verified Purchase
    good stuff
  • Reviewed in Canada on October 28, 2014
    Verified Purchase
    Kindle is an absolutely dreadful format for textbooks, unfortunately.

Top reviews from other countries

  • Lally Singh
    4.0 out of 5 stars Exactly what I needed!
    Reviewed in the United States on December 25, 2011
    Verified Purchase
    I picked up the kindle version, after seeing the physical version on a colleague's desk. The book covers the entire process for modern processors, from instruction fetch to internal queuing to execution. I haven't found a better text yet.
  • lucrecia garcia iommi
    4.0 out of 5 stars It's a strong book in these topics, including the latests developments
    Reviewed in the United States on June 6, 2013
    Verified Purchase
    This book present clearly the technological development in the area of microprocessor, illustrating the pros and cons of the alternatives. In my opinion this book is a strong contribution in the Microprocessor Architecture field.
    Rafael García
  • Russell Powell
    4.0 out of 5 stars Four Stars
    Reviewed in the United States on February 4, 2015
    Verified Purchase
    Finally, a book with more up to date cpu architectural details.

Report an issue


Does this item contain inappropriate content?
Do you believe that this item violates a copyright?
Does this item contain quality or formatting issues?