From: Terje Mathisen on
Ripunjay Tripathi wrote:
> Can somebody tell me whats is meant by "Committed Instructions" ?
> Are they same as issued instructions ?
>
> if different how ?
>
> Plz help ASAP.

Easy:
Committed Instructions are those opcodes who are sentenced to execution.

Terje
--
- <Terje.Mathisen(a)hda.hydro.com>
"almost all programming can be viewed as an exercise in caching"
From: Ripunjay Tripathi on
I know that was easy :) but was trying to collect proof.
Can u plz tell me if, they(committed instructions) are same as issued
instructions.


On Mar 31, 7:04 pm, Terje Mathisen <terje.mathi...(a)hda.hydro.com>
wrote:
> Ripunjay Tripathi wrote:
> > Can somebody tell me whats is meant by "Committed Instructions" ?
> > Are they same as issued instructions ?
>
> > if different how ?
>
> > Plz help ASAP.
>
> Easy:
> Committed Instructions are those opcodes who are sentenced to execution.
>
> Terje
> --
> - <Terje.Mathi...(a)hda.hydro.com>
> "almost all programming can be viewed as an exercise in caching"

From: Nick Maclaren on

In article <e83df337-b7d1-4811-bad9-7f82cb6a6ef5(a)s8g2000prg.googlegroups.com>,
Ripunjay Tripathi <ripunjay.tripathi(a)gmail.com> writes:
|>
|> I know that was easy :) but was trying to collect proof.
|> Can u plz tell me if, they(committed instructions) are same as issued
|> instructions.

No, they aren't. Look at your reading list, beg, borrow, buy or steal
one of the books on computer architecture, and read it. You will then
be Enlightened.

If you aren't a student on a course, I apologise. In that case, first
ask what a decent book is on computer architecture, and proceed as
above.


Regards,
Nick Maclaren.