Live data from Hacker News

Modern Computer Architecture and Organization - Second Edition (2022)

packtpub.com

51–60 of 78 posts

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#51
post #36
post #34

Earlier quoted context omitted.

Isn’t this technically true though? Fractions are just rational reals. The examples listed are still reals, just irrational.

i think i can see the nitpick here: pi and e aren't representable as rational numbers, and aren't representable exactly in IEEE754

Fractions = rational numbers, which are an infinitely small subset of the real numbers. The rest of the reals are irrational numbers, of which pi and e are examples.

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#54
Can anyone recommend a book like "Modern Processor Design: Fundamentals of Superscalar Processors" but more recent? I'd like to know the details of how current processors are implemented. Something like the next level after "Computer Architecture: A Quantitative Approach."

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#55
post #46
post #44

Earlier quoted context omitted.

Does anyone have an idea how bad is the ARM version? The reviews online say they did not fully adapt it from MIPS, and that the instruction set is partially made up instead of using the real one, which means listings won't work on real hardware.

>which means listings won't work on real hardware. They will. LEG is a subset of ARM. What won't work is ARM software on LEG hardware. I would recommend getting the current edition, which has replaced ARM/LEG with the industry standard RISC-V.

Does RISC-V version include GPU?

I am more inclined for ARM version since that's applicable to both all current Apple hardware and school Chromebooks.

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#56

Does anyone know/recommend the author? Sometimes I feel Packt books are not the highest quality. Happy for anyone to disagree and tell me a different impression. I was reached out by Packt a few times on LinkedIn with something like: "hey, if you want to write about stuff, let us know".

I was an (unpaid) technical reviewer for a Packt book on Arduino back in 2012. After a couple of chapters I realized that the book made little sense and was mostly plagiarized. It took more effort and conflict than I liked to convince Packt that this was a problem and couldn't merely be fixed by editing. I definitely would not be a Packt reviewer again.

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#57

IMO, the best textbooks for computer architecture and organisation are Computer Organisation and Design and Computer Architecture: A Quantitative Approach , both by Patterson and Hennessy. The former book even comes in a variety of assembly languages, including MIPS, ARMv8 (or a subset, called LEGv8, heh), and RISC-V.

> Computer Organisation and Design and Computer Architecture: A Quantitative Approach, both by Patterson and Hennessy

What's the main difference between the two?

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#58

Does anyone know/recommend the author? Sometimes I feel Packt books are not the highest quality. Happy for anyone to disagree and tell me a different impression. I was reached out by Packt a few times on LinkedIn with something like: "hey, if you want to write about stuff, let us know".

from what I gathered, pakt tends to be a free for all. manning offers a similar subscription service and I've found that while the selection is smaller, the quality is much better.

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#59
post #10

Better option: Computer Organization and Design by Patterson and Hennessy, ISBN 978-0124077263. Comes in MIPS (original version now in its 5th edition), ARM and RISC-V focused flavors, covers "instructions unique to architecture X" as part of its discussion.

The description on the official site says the target is grad students. Is it fair to say that is not an introduction to the subject?

Re: Modern Computer Architecture and Organization - Second Edition (2022)

#60
post #57

IMO, the best textbooks for computer architecture and organisation are Computer Organisation and Design and Computer Architecture: A Quantitative Approach , both by Patterson and Hennessy. The former book even comes in a variety of assembly languages, including MIPS, ARMv8 (or a subset, called LEGv8, heh), and RISC-V.

> Computer Organisation and Design and Computer Architecture: A Quantitative Approach, both by Patterson and Hennessy What's the main difference between the two?

The former of the books is introductory material which is taught at the Bachelors Level while the other book is more rigours and suited as a masters/research level book.
Post reply on HN