Hacker News new | ask | show | jobs
by twbarr 1100 days ago
Hell, with non-maskable interrupts, any instruction can cause a trap!
1 comments

Not even that - instruction fetch can cause a page fault. When an NMI happens,the CPU still has the choice of when to service it. If it needs to flush the pipeline, it might as well retire the instructions up to the first store.