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: Linkage of GPLed GCC to Closed Source via XML or Perl


> If you're looking for more interesting ways of
> examining the
> ASTs, the ast-optimizer-branch is starting to show a
> few:
> 
> - Unparsing capabilities (could potentially be used
> as a
>   source-to-source converter).
> 
> - Flowgraphs.
> 
> - Call graphs.
> 
> - Metrics (control flow complexity and logical
> complexity).

That sounds really exciting!
I have to admit that I have not looked at that branch
yet. 
The next step would of course to start putting  the
flow and call graphs into a file so that you can
examine the program on a whole.

I will start looking into the ast optimiser this week.

mike

=====
James Michael DuPont

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - sign up for Fantasy Baseball
http://sports.yahoo.com


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