Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Need writeBarrier between resetting the state and freeContinuation
For weak memory ordering system such as PowerPC, we need to writeBarrier between resetting the state of continuation(set the state to unmounted) and freeing continuation/postUnmountContinuation during continuation unmounting to avoid potential assert/issue caused by inconsist state (in case the instructions are reordered). Signed-off-by: hulin <[email protected]>
- Loading branch information