Mike Ash 8/25/2017

Friday Q&A 2017-08-25: Swift Error Handling Implementation

Read Original

This technical article by Mike Ash explores how Swift's error handling is implemented under the hood. It explains the semantics of 'throws', 'try', and 'catch', then analyzes the compiler's implementation by examining disassembled code, detailing the differences between the Swift 3 and Swift 4 approaches.

Friday Q&A 2017-08-25: Swift Error Handling Implementation

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week