Re: Compiler writers will love this language

Marco van de Voort <marcov@toad.stack.nl>
20 Jun 2003 00:01:04 -0400

          From comp.compilers

Related articles
[2 earlier articles]
Re: Compiler writers will love this language vbdis@aol.com (2003-06-03)
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-05)
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-05)
Re: Compiler writers will love this language mwotton@cse.unsw.edu.au (2003-06-08)
Re: Compiler writers will love this language vbdis@aol.com (2003-06-08)
Re: Compiler writers will love this language genew@mail.ocis.net (2003-06-08)
Re: Compiler writers will love this language marcov@toad.stack.nl (Marco van de Voort) (2003-06-20)
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-20)
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-20)
Re: Compiler writers will love this language ericmuttta@email.com (2003-06-20)
Re: Compiler writers will love this language torbenm@diku.dk (2003-06-20)
Re: Compiler writers will love this language d00-mla@nada.kth.se (Mikael 'Zayenz' Lagerkvist) (2003-06-22)
Re: Compiler writers will love this language mwotton@cse.unsw.edu.au (2003-06-22)
[13 later articles]
| List of all articles for this month |

From: Marco van de Voort <marcov@toad.stack.nl>
Newsgroups: comp.compilers
Date: 20 Jun 2003 00:01:04 -0400
Organization: Eindhoven University of Technology, The Netherlands
References: 03-06-039 03-06-064
Keywords: design
Posted-Date: 20 Jun 2003 00:01:04 EDT

> algorithms which are useful in the area of interest, what data
> structures are used by these algorithms, and how and which algorithms
> can work together. These considerations almost go into the design of
> objects (data types and structures) and a library of procedures and a
> runtime system, not into the design of an compiler.


I don't think that you can seperate compiler and runtime design.


Choices in compiler design affect the runtime library, but problems in
the runtime library can result in moving functionality back to the
compiler.


Post a followup to this message

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