You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous commit 78836cf prevents frequently update of rv->csr_cycle by
manipulate it with register. However, currently rv->csr_cycle only
update after a block end or JIT clearing block map. This results csr
cycle instructions cannot fetch up-to-date cycle. If csr cycle
instructions are located in a same block, leading to the result cycle count
becomes zero.
This commit updates rv->csr_cycle everytime before csr instruction is executed.
0 commit comments