summaryrefslogtreecommitdiff
path: root/Plan
diff options
context:
space:
mode:
authorJulian Blake Kongslie2023-01-15 14:02:54 -0800
committerJulian Blake Kongslie2023-01-15 15:04:07 -0800
commit27a58c86ce494588a12023a12b027b7f44bb35fc (patch)
treeb793a60b97ab402d8438aba0800667d4151909fe /Plan
parentEnable parallel LTO linking. (diff)
downloadbiggolf-27a58c86ce494588a12023a12b027b7f44bb35fc.tar.xz
Stall decode after an instruction with stores until the stores are done.
Diffstat (limited to '')
-rw-r--r--Plan1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plan b/Plan
index c7e833c..55dc73e 100644
--- a/Plan
+++ b/Plan
@@ -10,6 +10,7 @@ vim: set sw=8 noet :
10 of depending on the caller 10 of depending on the caller
11 * Make it complete 11 * Make it complete
12 * Make it pretty 12 * Make it pretty
13 * Deadman timer
13 * D-side cache 14 * D-side cache
14 * Store forwarding 15 * Store forwarding
15 * Cache consistency between I and D side 16 * Cache consistency between I and D side