swift
2adeeb50 - Remove the inline job in actors and make them use OOL jobs always. This is because we need 16 bytes of atomic state in the actor which is not available to us on arm64_32 since the inline job takes up 40 of the 48 bytes for use.

Commit
4 years ago
Remove the inline job in actors and make them use OOL jobs always. This is because we need 16 bytes of atomic state in the actor which is not available to us on arm64_32 since the inline job takes up 40 of the 48 bytes for use. Enable priority escalation support on arm64_32. Radar-Id: rdar://problem/90725051
Author
Committer
Parents
Loading