This is the mail archive of the gcc@gcc.gnu.org mailing 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]

Re: query about back-end issues


On Sat, Oct 19, 2002 at 05:46:42PM +0100, sushil page wrote:
> Hello ,
> 
>         pls I want to know the specific routines
> (files) of GCC Back-end where the tree structure is
> fed in...

Tree to RTL translation happens in the following files:
gcc/stmt.c 
gcc/expr.c

> secondly, how these trees r implemented 
> ?(whether whole tree structure is m-ary trees or it is
> graph?)
> 

Have a look at GCC internals manual: gcc/doc/gccint.info
section Trees.


Sebastian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]