> For the complete documentation index, see [llms.txt](https://gocompiler.shizhz.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocompiler.shizhz.me/10.-golang-bian-yi-qi-han-shu-bian-yi-ji-dao-chu/10.2-bian-yi-han-shu.md).

# 10.2 编译函数

函数编译涉及到编译器后端的工作，编译器后端的任务是将代码翻译成特定硬件平台的机器指令，期间使用的数据结构以及考虑的问题类型与编译器前端都很不一样，这里我们重点介绍如下几点：

* SSA
* ABI
* 并发控制
