This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: Question about Gimple FE


On 04/03/2015 09:41 AM, Diego Novillo wrote:
On Fri, Apr 3, 2015 at 11:35 AM, Jeff Law <law@redhat.com> wrote:
I was hesitant to offer this option, but it's certainly a good
starting point.  The representation encodes CFG, SSA, attributes,
declarations and annotations.  It has a relatively fixed syntax, which
makes it easy to parse.

Certainly using LLVM's textual format opens up a significant cans of worms, but there's some obvious (and some less than obvious) benefits.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]