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 ea1f835 commit 567602bCopy full SHA for 567602b
stdlib/public/core/DebuggerSupport.swift
@@ -283,6 +283,9 @@ public enum _DebuggerSupport {
283
}
284
285
286
+ // LLDB uses this function in expressions, and if it is inlined the resulting
287
+ // LLVM IR is enormous. As a result, to improve LLDB performance we have made
288
+ // this stdlib_binary_only, which prevents inlining.
289
@_semantics("stdlib_binary_only")
290
public static func stringForPrintObject(_ value: Any) -> String {
291
var maxItemCounter = Int.max
0 commit comments