Does Swift compile to native code?

后端 未结 4 2200
南笙
南笙 2020-12-24 10:44

Simple question really, however there doesn\'t seem to be a straight answer in the current developer documentation.

Does Swift compile to machine language (i.e. asse

4条回答
  •  一向
    一向 (楼主)
    2020-12-24 11:22

    Swift, like Objective-C, is compiled to machine code that runs on the Objective-C runtime.

提交回复
热议问题