We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe105 commit cea9de7Copy full SHA for cea9de7
stdlib/public/Concurrency/Actor.cpp
@@ -529,6 +529,12 @@ class JobRef {
529
}
530
};
531
532
+/// TODO (rokhinip): The layout of the ActiveActorStatus seems to be broken in
533
+/// arm64_32 with priority escalation support, disable this for now.
534
+#if SWIFT_CONCURRENCY_ENABLE_PRIORITY_ESCALATION && SWIFT_POINTER_IS_4_BYTES
535
+#define SWIFT_CONCURRENCY_ENABLE_PRIORITY_ESCALATION 0
536
+#endif
537
+
538
/// Similar to the ActiveTaskStatus, this denotes the ActiveActorState for
539
/// tracking the atomic state of the actor
540
///
0 commit comments