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
Optimize resume of non-suspending continuations (#9071)
Add a `visitResume` in OptimizeInstructions that does the normal
optimizations on null continuations and then tries to turn resumes into
calls. We can do this when we are resuming a freshly allocated
continuation created with a reference to a known function that
GlobalEffects tells us will not suspend.
0 commit comments