Using of parse tree externally
Joe Buck
jbuck@racerx.synopsys.com
Tue Oct 24 12:41:00 GMT 2000
> Why does there need to be compiler support for this? Well, for C++ at
> least and inhertance-based object-oriented languages in general it can
> be extremely difficult to accumulate good cross-referencing
> information external to the compiler. You just have to duplicate too
> much of the compiler's work.
It should be possible to have some kind of dump format that suffices for
a cross-referencing tool but that lacks sufficient information to
interface external compiler passes to.
More information about the Gcc
mailing list