sourcekit-lsp
sourcekit-lsp copied to clipboard
Investigate size impact of SwiftSyntax dependency
trafficstars
Windows switched a while ago to statically linking the full SourceKit-LSP binary because it netted a size win (reduction). The recent dependency on SwiftSyntax may change the calculus, particularly with the driver also depending on SwiftSyntax. I wonder what the total cost is for the static vs dynamic linking.
CC: @DougGregor @etcwilde
rdar://103602514