??? 09/27/09 01:17 Read: times |
#169182 - There often are huge speed differences Responding to: ???'s previous message |
Richard Erlacher said:
[...] yet the big 32-bitters aren't really any faster, since they most often don't have 4-bit-data-handling instructions, and therefore have to waste a lot of time processing the bytes and nybbles. Most 32-bitters have barrel-shifters so they shift multiple steps in constant time. And a number of them have good hw support for the four data bits, allowing the processor to just issue a DMA transfer resulting in 32-bit memory accesses in the background. |