Related articles |
---|
[2 earlier articles] |
Re: compiler back-end development? tc@cs.bath.ac.uk (Tom Crick) (2009-07-11) |
Re: compiler back-end development? cr88192@hotmail.com (BGB / cr88192) (2009-07-12) |
Re: compiler back-end development? jacob@nospam.org (jacob navia) (2009-07-13) |
Re: compiler back-end development? ian@airs.com (Ian Lance Taylor) (2009-07-13) |
Re: compiler back-end development? cr88192@hotmail.com (BGB) (2009-07-13) |
Re: compiler back-end development? cr88192@hotmail.com (BGB / cr88192) (2009-07-14) |
Re: compiler back-end development? rogers.email@gmail.com (Ian Rogers) (2009-07-14) |
Re: compiler back-end development? cr88192@hotmail.com (BGB / cr88192) (2009-07-14) |
Re: compiler back-end development? toby@telegraphics.com.au (toby) (2009-07-15) |
Re: compiler back-end development? rogers.email@gmail.com (Ian Rogers) (2009-07-17) |
Re: compiler back-end development? cr88192@hotmail.com (BGB / cr88192) (2009-07-17) |
From: | Ian Rogers <rogers.email@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Tue, 14 Jul 2009 10:04:11 -0700 (PDT) |
Organization: | Compilers Central |
References: | 09-07-013 09-07-01509-07-020 <m3y6qs1v1l.fsf@pepe.airs.com> 09-07-031 |
Keywords: | code |
Posted-Date: | 14 Jul 2009 14:23:04 EDT |
FWIW, MRP [1] is in the process of supporting x86-64 as well as
currently support PPC32/64 and IA32. MRP is written in Java, which
gives a somewhat cleaner code base and the other usual productivity
gains from a managed language. It also has non-optimizing support for
Win32 but not yet Win64. The compiler back-end is based on iburg and a
linear scan register allocator. It currently not only hosts a Java
platform but a binary translator (supporting ARM, x86 and PPC) with
some early work on a Parrot VM too.
Regards,
Ian Rogers
[1] http://mrp.codehaus.org/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.