> 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.1-jian-jie.md).

# 10.1 简介

到此为止，编译器的主要工作还剩下两个方面：&#x20;

1. 将函数编译成机器指令&#x20;
2. 将编译结果导出至对象文件

这两部分内容主要涉及到编译器后端知识，以及很多硬件平台相关的细节处理，本文将不再深入源码进行分析，而只是简单介绍相关概念，以及如何使用相关的 Go 工具链。
