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 adae6a4 commit 8b0bde8Copy full SHA for 8b0bde8
stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift
@@ -19,6 +19,9 @@ import Swift
19
// actual generic function name. The "prespecialize" annotation forces
20
// the actual generic function to be specialized based on the argument
21
// types passed to the proxy function.
22
+//
23
+// The list of symbols generated by prespecialization can be found at the path
24
+// "lib/SILOptimizer/Utils/OnonePrespecializations.def"
25
// =============================================================================
26
27
extension Collection {
0 commit comments