Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ah, probably. I thought "private" might also make sense, in that it's an implementation detail hidden behind the architectural register set.


PRF = Physical Register File. In modern CPUs, there are no separate architectural registers, all register state is held in a single very large register file (for example, 180 entries in Intel Skylake) that contains all register data, and the architectural register names are pointers into this file.

This is different from previous approaches where in-flight register data was held in the ROB and later written back into architectural registers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: