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 f0977ac commit e223a4fCopy full SHA for e223a4f
include/swift/ABI/MetadataValues.h
@@ -48,7 +48,7 @@ enum {
48
NumWords_DefaultActor = 12,
49
50
/// The number of words in a task.
51
- NumWords_AsyncTask = 16,
+ NumWords_AsyncTask = 24,
52
53
/// The number of words in a task group.
54
NumWords_TaskGroup = 32,
include/swift/ABI/Task.h
@@ -203,7 +203,7 @@ class AsyncTask : public Job {
203
204
/// Private storage for the use of the runtime.
205
struct alignas(2 * alignof(void*)) OpaquePrivateStorage {
206
- void *Storage[6];
+ void *Storage[14];
207
208
/// Initialize this storage during the creation of a task.
209
void initialize(AsyncTask *task);
0 commit comments