|
|
|
|
|
by kaba0
1684 days ago
|
|
I think moving such complexity to hardware was a mistake (like branch predictor, etc). Perhaps exposing a very low level API to CPU functionality (like microcode level) and JIT compiling existing x86 to that could perhaps work? We have just enough problem managing complexity in software but at least it is fixable there. (As for the possibility of such, there is already an x86 to x86 JIT compiler that increases performance) |
|