PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] pipeline
Date: Sunday, 22 Nov 2020, 07:34:13


    > Message Posted By: Unknown
    >
    > In Pipelining, you said to start with reg-reg instructions and then add
    > load/store, but does reg-reg instruction require load/store to memory. Or
    > are we just assuming everything we need is in registers?

Yes, programs need reg-reg, load/store, and branch
instructions.  But for the purpose of pipelining
instruction execution, you do not have to add them
all at the same time.

--Stan-
PREV INDEX NEXT