swift
ac3c0246 - Emit `hop_to_executor` instructors for foreign `async` calls.

Commit
4 years ago
Emit `hop_to_executor` instructors for foreign `async` calls. Fix a miscompile where a foreign `async` call would fail to emit an appropriate `hop_to_executor` instruction to hop back to the current executor afterward, meaning that subsequent code would not execute on the correct actor. Fixes rdar://81468980.
Author
Committer
Parents
Loading