Re: Need an interesting topic for an undergraduate project on Compilers

George Neuner <gneuner2@comcast.net>
Wed, 31 Aug 2011 21:01:19 -0400

          From comp.compilers

Related articles
[6 earlier articles]
Re: Need an interesting topic for an undergraduate project on Compiler jgk@panix.com (2011-08-27)
Re: Need an interesting topic for an undergraduate project on Compiler cr88192@hotmail.com (BGB) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler thomas.mertes@gmx.at (tm) (2011-08-30)
Re: Need an interesting topic for an undergraduate project on Compiler torbenm@diku.dk (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler bumens@dingens.org (Volker Birk) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler cr88192@hotmail.com (BGB) (2011-09-01)
Re: Need an interesting topic for an undergraduate project on Compiler gneuner2@comcast.net (George Neuner) (2011-08-31)
Re: Need an interesting topic for an undergraduate project on Compiler redbrain@gcc.gnu.org (Philip Herron) (2011-09-03)
Re: Need an interesting topic for an undergraduate project on Compiler cbergstrom@pathscale.com (=?ISO-8859-1?Q?=22C=2E_Bergstr=F6m=22?=) (2011-09-03)
Re: Need an interesting topic for an undergraduate project on Compiler gneuner2@comcast.net (George Neuner) (2011-09-03)
Re: Need an interesting topic for an undergraduate project on Compiler christophe.de.dinechin@gmail.com (Christophe de Dinechin) (2011-09-04)
| List of all articles for this month |

From: George Neuner <gneuner2@comcast.net>
Newsgroups: comp.compilers
Date: Wed, 31 Aug 2011 21:01:19 -0400
Organization: A noiseless patient Spider
References: 11-08-006 11-08-007 11-08-029 11-08-030
Keywords: C, translator
Posted-Date: 02 Sep 2011 00:36:50 EDT

On Wed, 31 Aug 2011 10:41:43 -0700, BGB <cr88192@hotmail.com> wrote:


>one can only compile to C in contexts where they have a C compiler,
>which largely rules out things like JIT compilers;


There are a few embeddable runtime C compilers and/or interpreters.


For example:
http://bellard.org/tcc/
http://www.softintegration.com/


And there are many assembler generation libraries.


George



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.