bosch at gcc dot gnu (original) (raw)
This is the mail archive of the gcc-bugs@gcc.gnu.orgmailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] |
[Bug other/13756] [tree-ssa] documentation missing in the internals manual
- From: "bosch at gcc dot gnu dot org"
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Apr 2004 19:23:32 -0000
- Subject: [Bug other/13756] [tree-ssa] documentation missing in the internals manual
- References: 20040120032630.13756.dnovillo@gcc.gnu.org
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bosch at gcc dot gnu dot org 2004-04-29 19:23 ------- Here are additional comments after reading the GCC Internals manual from the tree-ssa branch. Although Chapter 7 describes the high-level process of going from language-specific trees to GENERIC, then lowering to GIMPLE and finally going through the various SSA and non-SSA passes is described in sufficient detail, there is no information on the GENERIC and GIMPLE representations themselves.
Chapter 8 describes C and C++ front end specific trees, but there is a complete disconnect with tree- ssa. This chapter needs to be changed to reflect the situation in the tree-ssa branch.
Chapter 9, which deals with analysis and optimization of GIMPLE trees starts with a small introduction that refers to "the chapter describing GENERIC and GIMPLE" for more details. Such a chapter is much needed, especially since one of the stated goals of tree-ssa is to improve maintainability.
-Geert
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13756
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |