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.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.