From 6e8135c36d45b65657bba2cb239119ef679978fc Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 4 Dec 2018 08:10:18 +0000 Subject: [PATCH] record conversation snippet --- 3d_gpu/microarchitecture.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/3d_gpu/microarchitecture.mdwn b/3d_gpu/microarchitecture.mdwn index 25fe2d135..07576242a 100644 --- a/3d_gpu/microarchitecture.mdwn +++ b/3d_gpu/microarchitecture.mdwn @@ -182,6 +182,14 @@ Exceptions * Exceptions are handled by not recognising the exception until instruction that caused it is ready to commit in ROB (reaches head of ROB) + +Reorder Buffer + +* Results of an instruction become visible externally when it leaves + the ROB + - Registers updated + - Memory updated + # References * -- 2.30.2