This design is almost identical to the early Vector Processors
of the late 1950s and early 1960s, which also critically relied
on implicit auto-increment addressing. The barrel-architecture neatly
-solves one of the inherent problems with those designs (memory
+solves one of the inherent problems of those early designs ( a mismatch in memory
speed) and the presence of a full register file caters for a
second limitation of pure Memory-based Vector Processors: temporary
-variables needed in the computation of intermediate results put
+variables needed in the computation of intermediate results, which
+also were put in memory, put
an awfully high artificial load on Memory bandwidth.
+The similarity to SVP64 should be clear: SVP64 Prefixing and the
+associated REMAP system is just another form of register "tagging"
+that augments what was formerly designated by its original authors
+as "just a Scalar ISA", tagging allows for dramatic implicit alteration
+with advanced behaviour not previously envisaged.
+
+What Snitch brings to the table therefore is a further illustration of
+the concept introduced by Extra-V: where Extra-V brought information
+about Sparse-Distributed Data to the attention of the main CPU in
+a coherent fashion *without the CPU having to ask for it*, Snitch
+demonstrates a classic LOAD-COMPUTE-STORE cycle in the same
+distributed coherent manner.
+
+