Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 431035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:56:04+00:00 2026-05-12T19:56:04+00:00

Well looks too simple a question to be asked but i asked after going

  • 0

Well looks too simple a question to be asked but i asked after going through few ppts on both.

Both methods increase instruction throughput. And Superscaling almost always makes use of pipelining as well. Superscaling has more than one execution unit and so does pipelining or am I wrong here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T19:56:05+00:00Added an answer on May 12, 2026 at 7:56 pm

    Superscalar design involves the processor being able to issue multiple instructions in a single clock, with redundant facilities to execute an instruction. We’re talking about within a single core, mind you — multicore processing is different.

    Pipelining divides an instruction into steps, and since each step is executed in a different part of the processor, multiple instructions can be in different “phases” each clock.

    They’re almost always used together. This image from Wikipedia shows both concepts in use, as these concepts are best explained graphically:

    Superscalar/pipelining in use

    Here, two instructions are being executed at a time in a five-stage pipeline.


    To break it down further, given your recent edit:

    In the example above, an instruction goes through 5 stages to be “performed”. These are IF (instruction fetch), ID (instruction decode), EX (execute), MEM (update memory), WB (writeback to cache).

    In a very simple processor design, every clock a different stage would be completed so we’d have:

    1. IF
    2. ID
    3. EX
    4. MEM
    5. WB

    Which would do one instruction in five clocks. If we then add a redundant execution unit and introduce superscalar design, we’d have this, for two instructions A and B:

    1. IF(A) IF(B)
    2. ID(A) ID(B)
    3. EX(A) EX(B)
    4. MEM(A) MEM(B)
    5. WB(A) WB(B)

    Two instructions in five clocks — a theoretical maximum gain of 100%.

    Pipelining allows the parts to be executed simultaneously, so we would end up with something like (for ten instructions A through J):

    1. IF(A) IF(B)
    2. ID(A) ID(B) IF(C) IF(D)
    3. EX(A) EX(B) ID(C) ID(D) IF(E) IF(F)
    4. MEM(A) MEM(B) EX(C) EX(D) ID(E) ID(F) IF(G) IF(H)
    5. WB(A) WB(B) MEM(C) MEM(D) EX(E) EX(F) ID(G) ID(H) IF(I) IF(J)
    6. WB(C) WB(D) MEM(E) MEM(F) EX(G) EX(H) ID(I) ID(J)
    7. WB(E) WB(F) MEM(G) MEM(H) EX(I) EX(J)
    8. WB(G) WB(H) MEM(I) MEM(J)
    9. WB(I) WB(J)

    In nine clocks, we’ve executed ten instructions — you can see where pipelining really moves things along. And that is an explanation of the example graphic, not how it’s actually implemented in the field (that’s black magic).

    The Wikipedia articles for Superscalar and Instruction pipeline are pretty good.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm sorry if this is too simple for some people, but I still don't
I do realize that this question seems very well known, but since I don't
Well to me Perl sometimes looks abit Abracadabra so many thanks for the patience
I'm parsing a (not well formed) Apple Plist File with java. My Code looks
I am using the IndentingXMLStreamWriter-Class to get a well formatted XML-file. The code looks
Well the subject is the question basically. Are there any version control systems out
I want to develop an application with simple Quiz-like games (think of a question
I don't really think the iOS part of this question really matters too much,
This may be a few questions bundled into one, but here is the situation.
I'm trying to save a simple (but quite big) Tree structure into a binary

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.