Newsgroups: comp.parallel
From: "Daniel G. Chavarria-Miranda" <dchavarr@vizlab.mty.itesm.mx>
Subject: Re: what is data dependence?
Organization: ITESM / Association for Computing Machinery
Date: 3 Jun 1997 15:17:59 GMT
Message-ID: <5n1cj7$cj8@server1.ctc.com>

Dongho Lee wrote:
> Hello, I want to look for a guide book or technical report about data
> dependence for my research.  And, I'm researching vectorization on
> object code level.  This technique will be helped ILP(instruction
> level parallelism) scheduler.
> I need simple example for data dependence analysis on object code level.

Hi, you migh try Hans Zima's book "Supercompilers for Parallel and
Vector Supercomputers" for a good introduction and some advanced
material on data dependence.  On the ILP side a good introduction is
Patterson and Henessy's book, "Computer Architecture: A Quantitative
Approach, 2nd edition" which also has a section on data dependence and
its effects on instruction level parallelism.

				Greetings,

				Daniel Chavarria-Miranda
				Supercomputing Center
				ITESM

--
Articles to parallel@ctc.com (Administrative: bigrigg@ctc.com)
Archive: http://www.hensa.ac.uk/parallel/internet/usenet/comp.parallel


