Related articles |
---|
Third party compiler middle and back-end danielzazula@gmail.com (Daniel Zazula) (2010-10-08) |
Re: Third party compiler middle and back-end gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-10-10) |
Re: Third party compiler middle and back-end usenet@vfx.org.uk (Mike Playle) (2010-10-10) |
Re: Third party compiler middle and back-end redbrain@gcc.gnu.org (Philip Herron) (2010-10-10) |
Re: Third party compiler middle and back-end cr88192@hotmail.com (BGB / cr88192) (2010-10-10) |
Re: Third party compiler middle and back-end jm@bourguet.org (Jean-Marc Bourguet) (2010-10-11) |
Re: Third party compiler middle and back-end j.o.williams.jow@gmail.com (James O. Williams) (2010-10-11) |
Re: Third party compiler middle and back-end gneuner2@comcast.net (George Neuner) (2010-10-12) |
Re: Third party compiler middle and back-end bobduff@shell01.TheWorld.com (Robert A Duff) (2010-10-13) |
Re: Third party compiler middle and back-end cr88192@hotmail.com (BGB / cr88192) (2010-10-13) |
Re: Third party compiler middle and back-end cr88192@hotmail.com (BGB / cr88192) (2010-10-13) |
Re: Third party compiler middle and back-end FredJScipione@alum.RPI.edu (Fred J. Scipione) (2010-10-13) |
[9 later articles] |
From: | Jean-Marc Bourguet <jm@bourguet.org> |
Newsgroups: | comp.compilers |
Date: | 11 Oct 2010 09:54:57 +0200 |
Organization: | Guest of ProXad - France |
References: | 10-10-010 |
Keywords: | code, tools |
Posted-Date: | 13 Oct 2010 13:18:16 EDT |
Daniel Zazula <danielzazula@gmail.com> writes:
> The back-end that I'm looking for needs to generate at least x86
> Assembly (although I prefer Amd64), I don't mind if it generates other
> assemblies as well. I prefer back-ends written in C# or Object Pascal,
> but I will also accept C/C++ ones.
>
> Any suggestions?
Use C as intermediate code. There is quite a few backend for a few
architectures available.
Yours,
--
Jean-Marc
Return to the
comp.compilers page.
Search the
comp.compilers archives again.