|
|
|
|
|
by msla
1689 days ago
|
|
Having more physical registers than logical means the CPU can do optimizations, opcodes don't have to be as big (it takes more bits to encode more registers), compatibility with older binary code is maintained, and CPUs at different price points can have different numbers of physical registers while all being able to run the same binaries. (I don't know if any manufacturer actually does that last thing, however.) |
|