Created
December 2, 2019 14:29
-
-
Save RobotRebels/7ce72b5d1d4b3dd314644a740bd6ec8b to your computer and use it in GitHub Desktop.
Трудности перевода (ссылки)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Доклады: | |
Building Faster in Xcode - WWDC 2018 | |
https://developer.apple.com/videos/play/wwdc2018/408 | |
Behind the Scenes of the Xcode Build Process - WWDC 2018 | |
https://developer.apple.com/videos/play/wwdc2018/415/ | |
Каким должен быть менеджер зависимостей на примере Сбербанк-Онлайн iOS — Илья Лунькин (Сбербанк) | |
https://www.youtube.com/watch?v=c6n2-llqlCw | |
«Objective-Swift или Swiftjective-C? Как работать с легаси в современном мире» | |
https://www.youtube.com/watch?v=ECVxE-Vcvug | |
Официальная дока про TypeChecker: | |
https://github.com/apple/swift/blob/master/docs/TypeChecker.rst | |
Официальная дока про оптимизацию компиляции Swift: | |
https://github.com/apple/swift/blob/master/docs/CompilerPerformance.md | |
Исходники семантического анализатора: | |
https://github.com/apple/swift/tree/master/lib/Sema | |
Интересная презентация про SIL: | |
https://llvm.org/devmtg/2015-10/slides/GroffLattner-SILHighLevelIR.pdf | |
Статья про Swift 4, но всё еще актуальная: | |
https://medium.com/rocket-fuel/optimizing-build-times-in-swift-4-dc493b1cc5f5 | |
Серия статей про компилятор Swift: | |
https://habr.com/ru/company/e-Legion/blog/438204/ | |
Статья с разбором экспоненциальной сложности type checking в Swift: | |
https://www.cocoawithlove.com/blog/2016/07/12/type-checker-issues.html | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment