[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gccxml
Subject:    Re: [GCC-XML]gcc-xml in the build process (make)
From:       Brad King <brad.king () kitware ! com>
Date:       2001-11-12 23:20:30
Message-ID: Pine.LNX.4.21.0111121814260.20778-100000 () darkstar ! kitware ! com
[Download RAW message or body]

Hi Markus,

> First let me tell you that gcc-xml and its implications are simply
> fantastic IMO!
Thanks :)

> - that one can generate the xml output as a by-product of the normal
> build process?
This is correct.  You can add -fxml=foo.xml and get the XML output during
complilation.

> - that you get meta information and object code that are completetly
> consistent this way?
This is also correct, using the same flag as above.  Often the
meta-information will be mostly correct even if errors occur during
compilation.

> - that compilation time will be less than with separate compile/xml runs?
Definately.  Separate runs means separate parsing steps.  The XML dump
requires almost no time in comparison to the other steps.

> - that the xml facility will be integrated into standard gcc one day
> soon?
One day...maybe.  Soon...unfortunately, no.  If it becomes more widely
used, something similar may eventually be accepted by the GCC folks.  
Currently I have no official connection with them.  Also, the tool is
mostly tuned for use with CABLE (http://public.kitware.com/Cable) to
generate Tcl wrappers for C++ classes.  It has yet to be used for much
more than that, and thus the XML may be missing information that you might
need (like function bodies).

Thanks for your interest,
-Brad


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic