|
|
|
|
|
by api
854 days ago
|
|
Isn't there a problem with the parallel decoding of x86 streams due to all the different instruction lengths? I've read that going much beyond 4 parallel decodes in x86 gets increasingly hard, requiring expensive combinatorial logic. Meanwhile ARM instruction decoding can trivially be parallelized as much as you want. Other than this I am not familiar with any other fundamental limits to making x86 as efficient as ARM or ARM as fast as x86. |
|