This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Fwd: GCC2C compiler/converter]
- From: Alexey Starovoytov <starlex at eng dot sun dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 16 Jul 2002 18:31:18 -0700 (PDT)
- Subject: Re: [Fwd: GCC2C compiler/converter]
- Reply-to: <gcc2c at sun dot com>
On Wed, 17 Jul 2002, Florian Weimer wrote:
> Tim Josling <tej@melbpc.org.au> writes:
>
> >> GCC2C free compiler/converter:
> >> http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=GCC2C-1.0-MP-G-F&TransactionId=Try
>
> I assume this software is released under the GPL. Are the sources
> available somehwere without requiring registration?
Registration is just for tracking purposes.
GCC2C is free and under GPL.
> I'd like to get an idea of how much work is required to implement a C
> backend.
That's a hack/backend. It's generating 'r2=r0+r1' instead of 'add %r0, %r1, %r2'
Pretty simple and pretty efficient.
Best regards,
Alexey.