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
We always set the return pointer on freshly cloned, work-in-progress
fibers. However, we were neglecting to set them on trees that are reused
from current.
Update the return pointer so the tree is consistent. This is a code
smell because it assumes the commit phase is never concurrent with the
render phase. Our eventual goal is to make fibers a lock free
data structure.
Will address further during refactor to alternate model.
0 commit comments