nihao's blog

Tags · Compile

Home

Archives

About

loading..
CompileSwift

Swift 编译流程

前言书接上文,本文将介绍 Swift 语言的编译主要前端流程,后端的流程与上文同步,就不过多赘述,详情见 iOS 编译过程,同时本文就 SIL 介绍其特点。

Read more
iOSCompile

iOS 编译过程

前言学习 iOS 编译过程(Compile)有助于我们更好理解代码是如何被计算机运作起来,编译器为代码做了哪些优化,让我们学会从另一个角度来看待问题。

Read more