# 10.1 简介

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

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gocompiler.shizhz.me/10.-golang-bian-yi-qi-han-shu-bian-yi-ji-dao-chu/10.1-jian-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
