GCC gets a new Optimizer Framework
Posted May 13, 2004 14:19 UTC (Thu) by
JamesErik (subscriber, #17417)
Parent article:
GCC gets a new Optimizer Framework
Can anyone comment as to whether the GCC teams has become any more amenable
to the idea of exporting intermediate representations to a user-accesible format such
as XML? The GCC-XML patches do this, but it would be nice if it were a standard
feature of the compiler itself. From what I understand, the GCC team's hesitancy is
for fear of proprietary backends being able to leverage the GCC front-end via a
standardized, accessible IR format. Still, it would be hugely useful for user-level
source code analysis (doxygen, for example) and source code generation (for me).
(
Log in to post comments)