From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Josling To: David Dolan Cc: gcc@gcc.gnu.org Subject: Re: Yet another tree question Date: Thu, 03 Aug 2000 15:58:00 -0000 Message-id: <3989F8A3.2475D87F@melbpc.org.au> References: X-SW-Source: 2000-08/msg00089.html All there is that I could find, is the doco links on the gcc site, Joachim Nadler's and my tree documentation and the source code. I would also like to know if there is anything else. As for whether the tree structure is suitable for data analysis, it is a fairly low level representation and this may be a hindrance. Also The structures tend to disappear quickly (eg at end of function) so doing whole program analysis is problemantic. Also the tree structures are very 'C' oriented so if you are analysing anything other than C/++ it will be less useful. The files tree.h and tree.def are pretty well commented so they are well worth a look. Tim Josling David Dolan wrote: > Dave Dolan > ddolan@andrew.cmu.edu