Results 1 to 2 of 2

Thread: Pipelining and JMP

  1. #1

    Thread Starter
    Hyperactive Member BramVandenbon's Avatar
    Join Date
    Jan 2002
    Location
    Belgium
    Posts
    502

    Pipelining and JMP

    Problem with a question that was asked in a book. The question is:
    Why are jump (JMP) instructions so disrupting for system that use Pipelining ?
    Is it because the next instructions can't be loaded yet when the Jump is not totally executed ? Is that an error-proof answer ?

    Thanks
    ____________________________________________

    Please rate my messages. Thank you!
    ____________________________________________
    Bram Vandenbon
    http://www.bramvandenbon.com

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Pipelining and JMP

    That's essentially it. The pipeline may prefetch instructions, but those might be the wrong instructions, so the pipeline has to be flushed and all the work done is lost.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width