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

George Neuner <gneuner2@comcast.net>
Sat, 03 Sep 2011 16:00:18 -0400

          From comp.compilers

Related articles
[9 earlier articles]
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: Sat, 03 Sep 2011 16:00:18 -0400
Organization: A noiseless patient Spider
References: 11-08-006 11-08-007 11-08-029 11-08-030 11-09-003 11-09-004
Keywords: courses, C, code
Posted-Date: 03 Sep 2011 18:36:32 EDT

On Sat, 3 Sep 2011 06:43:30 +0100, Philip Herron
<redbrain@gcc.gnu.org> wrote:


>As for the backend outputting to C thread here, i dont recommend this
>as i personally believe it will push you to produce bad IL and
>middle-end code because you will rely too much on C.


As a back end for a compiler I would agree with this. However, by
coincidence, in another forum I am involved in a discussion regarding
embedding a parser generator into a device so that its comm interface
can be reconfigured or extended in the field by the end user.
(There actually is a good reason for wanting to provide this 8-)


Because most parser tools generate C source, the issue of embedding a
C compiler also came up.


>--Phil


George



Post a followup to this message

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