Article | REF: H1004 V1

Processors : pipelined execution of instructions

Authors: Daniel ETIEMBLE, François ANCEAU

Publication date: August 10, 2013, Review date: March 4, 2022

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

4. Conclusion

We've looked at the essential features of pipelines used in scalar processors, which start executing a new instruction at each clock cycle. While the principle of pipelining is simple, control instructions (jumps, branches, procedure calls and returns) break the sequential execution of instructions, which is the very basis of pipelined operation. Similarly, the fact that the operations performed by certain instructions require several clock cycles introduces the fundamental problem of data dependencies. While name dependencies can be eliminated by hardware techniques, true consumer production type dependencies must be controlled, either by hardware or software, and software techniques such as loop unwinding or software pipelining are required to ensure that dependencies do not result in pipeline hangs.

Until the mid-2000s for general-purpose processors, and again...

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
Conclusion