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

index 150635dd05519c2d4d8a0875d7bfd6009df16c29..25fe2d135691725ec9a5598aaec50b86ccf8ecef 100644 (file)
@@ -177,6 +177,11 @@ Advantages of Speculation, Load and Store hazards:
     - SD F1 100(R2)
     - LD F2 100(R2)
 
+Exceptions
+
+* Exceptions are handled by not recognising the exception until
+  instruction that caused it is ready to commit in ROB (reaches head
+  of ROB)
 # References
 
 * <https://en.wikipedia.org/wiki/Tomasulo_algorithm>