Re: Multi-threaded compilers

solution@gate.net (Ken Walter)
23 Feb 1996 18:23:28 -0500

          From comp.compilers

Related articles
[4 earlier articles]
Re: Multi-threaded compilers pieper@mink.zko.dec.com (1996-02-16)
Re: Multi-threaded compilers shaw@hammer.lcs.mit.edu (1996-02-16)
Re: Multi-threaded compilers nr@cs.purdue.edu (1996-02-16)
Re: Multi-threaded compilers mparks@oz.net (Michael Parkes) (1996-02-18)
Re: Multi-threaded compilers dw@pdp1.sys.toronto.edu (1996-02-19)
Re: Multi-threaded compilers lampe@math.tu-dresden.de (1996-02-23)
Re: Multi-threaded compilers solution@gate.net (1996-02-23)
Re: Multi-threaded compilers Jean-Louis.Pazat@irisa.fr (1996-02-26)
Re: Multi-threaded compilers dw@pdp1.sys.toronto.edu (1996-02-27)
| List of all articles for this month |

From: solution@gate.net (Ken Walter)
Newsgroups: comp.compilers
Date: 23 Feb 1996 18:23:28 -0500
Organization: Solution Technology
References: 96-02-170
Keywords: parallel

:>> I am looking for papers/references about parallelization of compilers
:>> (and NOT compilers for parallel machines), or distributed compilation.


There was some stuff a long time ago about it on CDC-Cray vector
machines. (It was around that transistion time, don't remember which)
It was mostly a vectorized lexical scanner and two ways to parse
Fortran; Either apply all "productions" to one statement or apply one
"production" to all statements. Don't know if there was anything more
after that about it.


Ken Walter
--


Post a followup to this message

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