6 ms·
Just a dumb question. Will it affect the instruction set of the CPU. Does the programming change fundamentally with async cpu's.
by joe563323 10y ago
Just a dumb question. Will it affect the instruction set of the CPU. Does the programming change fundamentally with async cpu's.
- nine_k 10y agoModern x86 with its out of order execution is already pretty "async". Little changed for programmers, except those writing very low-level code, or compilers.
- joe563323 10y agoDoes this mean not all instructions are treated equal ? Some instructions need to make an extra check before or after the execution OR some instructions will be deprecated and new instructions need to be added ?
- regularfry 10y agoNo. One of the projects that was doing the rounds when I heard about this stuff was Amulet: an async ARM core. Same instruction set.