[翻译]gcc internals 4.6.0:Introduction

来源:互联网 发布:基础款卫衣推荐知乎 编辑:程序博客网 时间:2024/06/04 19:49

原文链接 http://gcc.gnu.org/onlinedocs/gccint/index.html#Top

This manual documents the internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages. It corresponds to the compilers (GCC) version 4.6.0. The use of the GNU compilers is documented in a separate manual. See Introduction.

 

本手册讲述GCC的内部结构,包括如何将GCCport到新的后端/如何为新语言添加前端。本手册针对GCC 4.6.0。如何使用GCC的内容包含在另外的文档中,See Introduction.

 

This manual is mainly a reference manual rather than a tutorial. It discusses how to contribute to GCC (see Contributing), the characteristics of the machines supported by GCC as hosts and targets (see Portability), how GCC relates to the ABIs on such systems (see Interface), and the characteristics of the languages for which GCC front ends are written (see Languages). It then describes the GCC source tree structure and build system, some of the interfaces to GCC front ends, and how support for a target system is implemented in GCC.

 

本手册更多的是作为参考手册而不是教程。涉及的内容有:如何贡献自己的力量 (see Contributing),GCC作为host和target支持的机器的特点(see Portability),这些平台上ABI的设置 (see Interface),GCC前端支持的语言的特征 (see Languages)。还涉及到GCC的源代码结构和build system,前端的一些interface,以及如何给GCC添加新的后端(target)的支持。

 

Additional tutorial information is linked to from http://gcc.gnu.org/readings.html.

 

教程相关的信息可查阅http://gcc.gnu.org/readings.html.

 

(译注:一下是各个章节的简介,略)

 

 

 

 

 

 

 

原创粉丝点击