[Review] There’s No Such Thing as a General-Purpose Processor

Article

There’s No Such Thing as a General-Purpose Processor (ACM Queue, October 2018)

Background Knowledge & Summary

What is it to be a ‘general-purpose’ processor? It should be able to run any given algorithm, thus turing complete. However, considering only the turing complete condition neglects the performance aspect that has been driving the whole industry of processor development. In other words, a general-purpose processor should be able to run all programs efficiently.

The article examines past and recent processors and their trends in many aspects, including memory virtualization and management of the operating system, how they predict branching and how much they rely on the compiler to generate efficient code, the use of cache memory that may bias performance in favor of specific algorithms, and how various models of parallelism makes it difficult for generalization. Through such investigation, the author attempts to conclude that no such processor was ever general-purpose, and no processor will and should be either.

For details on the comparison and examination made in each boundary, refer to the following keynote presentation I’ve made:

Keynote Presentation

Leave a comment