The 68000 instruction set is much closer to x86 than to ARM: 68000 is cleaner than x86 in that it doesn't have such strong limitations wrt register usage, but that part can be avoided with register renaming, which is not all that hard.
Hehe great ! I managed to stir up a bit of 68k vs x86 debate in a 2007 thread on a GPGPU
Yeah I know the mythical '68090' or whatever that powers Macs in the "apple skipped ppc" parallel universe wouldn't be much less convoluted than x86, prettier assembler doesn't make it a risc machine.
One thought - does the many core/many thread vs small GPGPU program approach allow the 'cisc-to-risc JIT hardware' to be re-used ..caching the uop generation.. (is that sounding too 'crusoe')
I.E, replicate the work of decoding one peice of program code across many cores/threads - decreasing it's impact on the system (and decreasing my fear of the satanic isa..)
i suppose it will all be about their extentions, and they may not need anything so exotic.