Mike Ash
Mike Ash
ActiveTaskStatusSize is 2 words, not 4, on most targets. PrivateStorageSize is measured in bytes, not words, so the Storage field needs to be a char[]. rdar://148836760
ActiveTaskStatusSize is 2 words, not 4, on most targets. PrivateStorageSize is measured in bytes, not words, so the Storage field needs to be a char[]. rdar://148836760
Cherry-pick https://github.com/swiftlang/swift/pull/80505 to `release/6.2`. The metadata creation system detects cycles where metadata depends on other metadata which depends on the first one again and raises a fatal error if the...
We check it in Task.h so it needs to be defined by that point.
Cherry-pick https://github.com/swiftlang/swift/pull/80695 to `release/6.2`. We check it in Task.h so it needs to be defined by that point.