需要多少硬件理解才能充分理解作為計算機科學專業學生需要的“操作系統”和“計算機體系結構”課程?
計算機科學中的硬件知識?
最佳答案
At the very basic level, you should know about Von Neumann architecture and how it maps onto real-life computers. Above that, the more the better. And not just the OS - in garbage collected & VM languages, how the heap, stack and instructions work and are executed, so you know what will perform bad and how to improve it to get the best out of the architecture.