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: [ast-optimizer-branch] simplifying C++


>>>>> "Diego" == Diego Novillo <dnovillo@redhat.com> writes:

> The McCAT folks already went through these pains when they
> designed Jimple, the Java version of SIMPLE
> (http://www.sable.mcgill.ca/soot/doc/soot/jimple/package-summary.html)

IMO Jimple is not a very good guide for us, since it is targeted at
compiling Java bytecode, and the particular challenges that entails.  It
makes no attempt to retain structure, since that has already been thrown
away by the time we get to bytecode.

Jason


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