Skip to content
EECS 4340 Final Review

Precise interrupts

Tag: precise-interrupts

Aliases: precise exceptions

An interrupt model in which the architectural state at the point of the interrupt is exactly the state after committing all earlier instructions and before any later instruction. Implemented via ROB-based in-order commit.

Lecture references

Exam references