> 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.4-zong-jie.md).

# 10.4 总结

编译过程涉及的内容，不管是 SSA、ABI、对机器指令的抽象、针对各硬件平台的特殊处理，都涉及到很多细节，代码量也非常巨大，深入研究学习需要耗费巨大的精力，所以在这里只是简单介绍对应概念，补充知识盲点，对于想深入学习的同学，可以继续阅读对应的代码。
