深入分析GCC - in depth analysis GCC

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

In Depth Analysis of the GCC compiler on source code level 本书结合gcc4.4.0源代码,围绕gcc编译过程,详细介绍了gcc的设计框架和实现过程,包括从源代码到ast、从ast到gimple、从gimple到rtl,以及从rtl到终的目标机器代码的详细过程,涉及各个阶段中间表示的详细分析、生成过程,使读者在了解编译原理的基础上进一步掌握其实现的总体流程和实现细节。

Author(s): Yagang Wang
Edition: 1
Year: 2017

Language: Chinese
Pages: 552
Tags: GCC,C,Programming,Analysis,Linux