Interrupts in OoO (was: Microarchitectural support for counting)

Liste des GroupesRevenir à c arch 
Sujet : Interrupts in OoO (was: Microarchitectural support for counting)
De : anton (at) *nospam* mips.complang.tuwien.ac.at (Anton Ertl)
Groupes : comp.arch
Date : 05. Oct 2024, 18:57:12
Autres entêtes
Organisation : Institut fuer Computersprachen, Technische Universitaet Wien
Message-ID : <2024Oct5.195712@mips.complang.tuwien.ac.at>
References : 1 2 3 4 5 6
User-Agent : xrn 10.11
EricP <ThatWouldBeTelling@thevillage.com> writes:
That's difficult with a circular buffer for the instruction queue/rob
as you can't edit the order.

What's wrong with performing an asynchronous interrupt at the ROB
level rather than inserting it at the decoder?  Just stop commiting at
some point, record this at the interrupt return address and start
decoding the interrupt code.

Ok, it's more efficient to insert an interrupt call into the
instruction stream in the decoder: all the in-flight instructions will
be completed instead of going to waste.  However, the interrupt will
usually be serviced later, and, as you point out, if the instruction
stream is redirected for some other reason, you may have to replay the
interrupt.

As for counting, it seems to me that Brett has understood nothing of
what he cited from my posting.

- anton
--
'Anyone trying for "industrial quality" ISA should avoid undefined behavior.'
  Mitch Alsup, <c17fcd89-f024-40e7-a594-88a85ac10d20o@googlegroups.com>

Date Sujet#  Auteur
3 Oct 24 * Microarchitectural support for counting12Anton Ertl
3 Oct 24 `* Re: Microarchitectural support for counting11Brett
5 Oct 24  `* Re: Microarchitectural support for counting10MitchAlsup1
5 Oct 24   +- Re: Microarchitectural support for counting1Brett
5 Oct 24   +* Interrupts in OoO (was: Microarchitectural support for counting)7Anton Ertl
7 Oct 24   i+* Re: Interrupts in OoO (was: Microarchitectural support for counting)4Brett
7 Oct 24   ii+* Re: Interrupts in OoO2MitchAlsup1
8 Oct 24   iii`- Re: Interrupts in OoO1MitchAlsup1
8 Oct 24   ii`- Re: Interrupts in OoO1Terje Mathisen
7 Oct 24   i+- Re: Interrupts in OoO1MitchAlsup1
13 Oct 24   i`- Re: Interrupts in OoO1Anton Ertl
6 Oct 24   `- Re: Microarchitectural support for counting1MitchAlsup1

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal