|
|
|
|
|
by HALtheWise
1871 days ago
|
|
That makes sense. One part I'm still not clear on is how you accomplish a "restore" to fix the broken state of a process with a bitflip. Is it enough to simply copy all the shared state memory over as a block and jump into executing it? That seems like it would require the invariant that shared memory never references private memory, and I'm not sure how to statically enforce that. |
|
Once you've rebooted, yeah, you need to copy over the shared state from another of the processes.