record conversation snippet
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Dec 2018 08:10:18 +0000 (08:10 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 4 Dec 2018 08:10:18 +0000 (08:10 +0000)
3d_gpu/microarchitecture.mdwn

index 25fe2d135691725ec9a5598aaec50b86ccf8ecef..07576242a0813388fc201b299287ed58cb1cf4fd 100644 (file)
@@ -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
 
 * <https://en.wikipedia.org/wiki/Tomasulo_algorithm>