(no commit message)
authorlkcl <lkcl@web>
Mon, 18 May 2020 11:53:49 +0000 (12:53 +0100)
committerIkiWiki <ikiwiki.info>
Mon, 18 May 2020 11:53:49 +0000 (12:53 +0100)
3d_gpu/architecture/tomasulo_transformation.mdwn

index 026eef8ddb7bff178f680ce17e78dc25725b9bd6..430a7d10ad3fe87eedb169bdc7d002951b2c317c 100644 (file)
@@ -15,7 +15,10 @@ ROB is incapable of useful high-performance out-of-order execution.
 This article helps readers to understand that Q-Tables != Scoreboards,
 by describing a series of functionally-equivalent transformations that,
 when followed, *turn* the Tomasulo algorithm *into* a Scoreboard-based
-design.
+design.  It also highlights that, following that transformation, multi-issue
+execution is near-trivial to add by comparison. Precise exception
+handling is also trivial to add (holding of write commits) and is
+described in the [[6600scoreboard]] page under "Shadowing"
 
 On Saturday, May 16, 2020, Yehowshua <yimmanuel3@gatech.edu> wrote:
 > This is a very intricate and complicated subject matter for sure.