Avatar
Avatar
omochimetaru
SwiftCompatibilitySpan 5.0
これはなんだあ?
Span はバックデプロイされていたはずです.iOS 12.2 とかでも使えるので,5.0 で合っていると思います. https://github.com/swiftlang/swift/pull/82748 (edited)
Explanation: Makes as many of the span, bytes, mutableSpan and mutableRawSpan properties as possible available to backdeployed targets. This is possible when the implementation only relies on pre-e...
naruhodo 1
4:34 AM
標準ライブラリが静的リンクされている場合は実行時に判定する必要がないからコンパイル時に最適化して if を削除 or 展開してくれたりしないかなーと気になりました.ただ,そうなるともしかして #if swift(>=6.2) とかの劣化版みたいな感じになっちゃいますかね?
4:35 AM
いや,コンパイル時にはわからなくてリンク時にしか最適化のしようがないから難しい...?