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.
2 parents 45ec725 + 000495c commit bf41986Copy full SHA for bf41986
include/swift/Runtime/RuntimeFunctions.def
@@ -15,6 +15,8 @@
15
//
16
// Runtime functions that read from object arguments cannot be marked
17
// ReadNone. Otherwise the objects may be freed before the runtime call.
18
+// Runtime functions that instantiate metadata cannot be marked ReadNone
19
+// or else they could be moved out of blocks controlled by a availability check.
20
21
//===----------------------------------------------------------------------===//
22
0 commit comments