| 159 | | Two restarts are provided: one will skip over the faulting write instruction |
| 160 | | and proceed; the other offers to unwatch the object and continue. |
| | 159 | A few restarts are provided: one will skip over the faulting write instruction |
| | 160 | and proceed; another offers to unwatch the object and continue. |
| | 161 | |
| | 162 | There is also an emulate restart. In some common cases, the |
| | 163 | faulting write instruction can be emulated, enabling the write |
| | 164 | to be performed without having to unwatch the object (and therefore |
| | 165 | let other threads potentially write to it). If the faulting instruction |
| | 166 | isn't recognized, the emulate restart will not be offered. |