sourcekit-lsp icon indicating copy to clipboard operation
sourcekit-lsp copied to clipboard

Investigate size impact of SwiftSyntax dependency

Open compnerd opened this issue 2 years ago • 2 comments
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.

compnerd avatar Dec 21 '22 17:12 compnerd

CC: @DougGregor @etcwilde

compnerd avatar Dec 21 '22 17:12 compnerd

rdar://103602514

ahoppen avatar Dec 21 '22 18:12 ahoppen