swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.29k stars 272 forks source link

Investigate size impact of SwiftSyntax dependency #684

Open compnerd opened 1 year ago

compnerd commented 1 year ago

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 commented 1 year ago

CC: @DougGregor @etcwilde

ahoppen commented 1 year ago

rdar://103602514