Content deleted Content added
Guy Harris (talk | contribs) →Computer organization: More unnecessary piping. |
Guy Harris (talk | contribs) →Performance: More unnecessary piping, plus clean up one case of *necessary* piping. |
||
Line 85:
Performance is affected by a very wide range of design choices — for example, [[Pipeline (computing)|pipelining]] a processor usually makes latency worse, but makes throughput better. Computers that control machinery usually need low interrupt latencies. These computers operate in a [[real-time computing|real-time]] environment and fail if an operation is not completed in a specified amount of time. For example, computer-controlled anti-lock brakes must begin braking within a predictable and limited time period after the brake pedal is sensed or else failure of the brake will occur.
[[Benchmark (computing)|
===Power efficiency===
|