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
{{ message }}
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
To ensure rw_counter_end_of_reversion is correct in the timeline, in the end of failing step we need to check if there is a gap of rw_counter to the next step, where the gap size is exactly the reversible_write_counter. And in the end of the gap, the rw_counter should be rw_counter_end_of_reversion.
Need to add this check into Instruction.step_state_transition_to_restored_context:
To ensure
rw_counter_end_of_reversion
is correct in the timeline, in the end of failing step we need to check if there is a gap ofrw_counter
to the next step, where the gap size is exactly thereversible_write_counter
. And in the end of the gap, therw_counter
should berw_counter_end_of_reversion
.Need to add this check into
Instruction.step_state_transition_to_restored_context
:The text was updated successfully, but these errors were encountered: