GCC Parse Tree/Grammar Issues
Diego Novillo
dnovillo@redhat.com
Tue Apr 15 03:40:00 GMT 2003
On Mon, 2003-04-14 at 19:52, Foolish Ewe wrote:
> Thanks, this might be promising. Initially I'd like to try to generate a
> parse tree
> that has the fewest transformations after preprocessing completes. I'm
> also
> assuming that the GENERIC tree does this, is this correct?
>
Not really. GENERIC trees are generated by removing most/all language
dependent features from the original parse trees. To get the original
parse trees, you have to look before the genericize pass.
You'll find a brief intro to GENERIC and GIMPLE in
http://people.redhat.com/dnovillo/Papers/nordu2003.pdf
Jason will present a much more detailed description next month at the
GCC summit.
Diego.
More information about the Gcc
mailing list