cfg representation
Bob Rossi
bob_rossi@cox.net
Thu Aug 9 22:09:00 GMT 2007
Hi,
I've been looking at the cfg that gcc dumps to a file. I'm noticing that
the code is transformed in the cfg. Especially the short circuited
expressions and the ternary operator for C/C++. Is there a particular
algorithm gcc uses to transform the original AST into the modified version
in the CFG?
Does anyone know where the code is that does this transformation so I
can look for myself?
Thanks,
Bob Rossi
More information about the Gcc
mailing list