Add nested loops example in MIPS assembler #577
Labels
1
Usually one-liner tasks, but may require some deep into infrastructure.
good first issue
Good task to start with MIPT-MIPS development
S1 — Branch prediction
To solve the issue, you need knowledge about branch prediction
testing
Improves testing coverage
Proxy for MIPT-ILab/mips-traces#11
Two-level BP has much performance for prediction nested loops as it generates mispredicts only on loop exit. To demonstrate it, a simple trace with nested loops is required.
C pseudocode of the example:
The text was updated successfully, but these errors were encountered: