|
|
|
|
|
by IshKebab
383 days ago
|
|
That sounds like it would be quite a pain to implement and program. E.g. what happens if there's an interrupt between the IF and the following instruction? You need to add a CSR to read/write the conditional state, similar to the vector control CSRs (vstart etc.). Hard to see how that extra complexity would be worth it. Modern branch predictors are very good and most branches are very predictable. |
|