New
Unclaimed project
Are you a maintainer of swift-weekly? Claim this project to take control of your public changelog and roadmap.
In this issue, I explain how Swift writes assembly code for switch and case statements and how it deals with ranges in switches and we will also, along the way, find some cool optimization tricks that Swift does in order to make our release code faster to execute, at the expense of making it more complicated.