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 270d100 commit 000495cCopy full SHA for 000495c
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