Delayed state updates #10
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OpenE2K/qemu-e2k#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently in v5 branch, all checks for operations in a bundle occur in sequential order without any delayed state updates. This means that if any exception occurs, such a bundle will perform a partial state update and the correct recovery from the exception will no longer occur.
In this example, the initial value of the
%r0
register will be lost ifldd
fails due to a page fault.This behavior wasn't a big problem in user mode emulation, but in system mode it's no longer acceptable.