diff options
| author | Julian Blake Kongslie | 2023-01-15 14:02:54 -0800 |
|---|---|---|
| committer | Julian Blake Kongslie | 2023-01-15 15:04:07 -0800 |
| commit | 27a58c86ce494588a12023a12b027b7f44bb35fc (patch) | |
| tree | b793a60b97ab402d8438aba0800667d4151909fe /Plan | |
| parent | Enable parallel LTO linking. (diff) | |
| download | biggolf-27a58c86ce494588a12023a12b027b7f44bb35fc.tar.xz | |
Stall decode after an instruction with stores until the stores are done.
Diffstat (limited to 'Plan')
| -rw-r--r-- | Plan | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
