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 48c1931 + 0c53630 commit ea88beaCopy full SHA for ea88bea
stdlib/public/runtime/HeapObject.cpp
@@ -90,8 +90,7 @@ static inline bool isValidPointerForNativeRetain(const void *p) {
90
//
91
// NOTE: the memcpy and asm("") naming shenanigans are to convince the compiler
92
// not to emit a bunch of ptrauth instructions just to perform the comparison.
93
-// We only want to authenticate the function pointer if we actually call it. We
94
-// can revert to a straight comparison once rdar://problem/55267009 is fixed.
+// We only want to authenticate the function pointer if we actually call it.
95
SWIFT_RETURNS_NONNULL SWIFT_NODISCARD
96
static HeapObject *_swift_allocObject_(HeapMetadata const *metadata,
97
size_t requiredSize,
0 commit comments