Skip to content

Commit 674e7da

Browse files
authored
Merge pull request #85581 from slavapestov/better-docs-readme
Re-organize docs/README.md
2 parents 78aacd6 + 058bacf commit 674e7da

File tree

2 files changed

+124
-298
lines changed

2 files changed

+124
-298
lines changed

docs/ExternalResources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ https://medium.com/kinandcartacreated/contributing-to-swift-part-2-efebcf7b6c93
116116
efficiency and correctness challenges with automatic reference counting and
117117
how including ownership semantics in the compiler's intermediate representation
118118
helps tackles those challenges.
119-
- [How to talk to your kids about SIL type use][] by Slava Pestov (blog post,
120-
Jul 2016): This blog post describes several important SIL concepts: object
121-
vs address types, AST -> SIL type lowering, trivial vs loadable vs
122-
address-only SIL types, abstraction patterns and more.
123119
- [Swift's High-Level IR][] by Joe Groff and Chris Lattner (talk, Oct 2015):
124120
This talk describes the goals and design of SIL. It covers the following:
125121
- Some commonly used SIL instructions and how they are motivated by language

0 commit comments

Comments
 (0)