|
|
In fact, this is the type of computer that we have been studying all along...
NOTE: obviously, it's kinda stupid to execute the same instruction on the same data - you will waste CPU time getting the same result multiple times.
The (different) instruction will usually operate of different operands (data) and hence it naturally require MULTIPLE data items (multiple data streams)
|
|
In orther words: Memory is not shared among the different CPUs.
|