Skip to content

Commit e5a7134

Browse files
committed
docs: Remove dead link
I took down my medium.com blog a few years ago, and all of the same material in this post is now found in "Compiling Swift Generics", in docs/Generics/.
1 parent a3ecbc8 commit e5a7134

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
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)