Related articles |
---|
Memory Analysis htf@castle.ed.ac.uk (H T Fallside) (1992-01-27) |
Re: Memory Analysis preston@dawn.cs.rice.edu (1992-01-27) |
Re: Memory Analysis maydan@Xenon.Stanford.EDU (1992-01-28) |
Re: Memory Analysis moss@cs.umass.edu (1992-02-05) |
Newsgroups: | comp.compilers |
From: | moss@cs.umass.edu |
Keywords: | bibliography, parallel |
Organization: | Dept of Comp and Info Sci, Univ of Mass (Amherst) |
References: | 92-01-100 |
Date: | 5 Feb 92 14:23:55 GMT |
> On 27 Jan 92 11:33:11 GMT, htf@castle.ed.ac.uk (H T Fallside) said:
> Does anyone know of any analysis performed on array accesses and
> techniques to optimise these operations? ...
Here are some references taken from the reading list for a seminar I am
running this semester. They should get you started .... Eliot
@string{acm = "ACM"}
@InProceedings{BC86,
author = "Michael Burke and Ron Cytron",
title = "Interprocedural Dependence Analysis and Parallelization",
crossref = "sigplan86",
pages = "162--175"
}
@InProceedings{CCK90,
author = "David Callahan and Steve Carr and Ken Kennedy",
title = "Improving Register Allocation for Subscripted Variables",
crossref = "sigplan90",
pages = "53--65"
}
@InProceedings{CKP91,
author = "David Callahan and Ken Kennedy and Allan Porterfield",
title = "Software Prefetching",
crossref = "asplos4",
pages = "40--52"
}
@InProceedings{GKT91,
author = "Gina Goff and Ken Kennedy and Chau-Wen Tseng",
title = "Practical Dependence Testing",
crossref = "sigplan91",
pages = "15--29"
}
@InProceedings{MHL91,
author = "Dror E. Maydan and John L. Hennessy and Monica S. Lam",
title = "Efficient and Exact Data Dependence Analysis",
crossref = "sigplan91",
pages = "1--14"
}
@InProceedings{WL91,
author = "Michael E. Wolf and Monica S. Lam",
title = "A Data Locality Optimizing Algorithm",
crossref = "sigplan91",
pages = "30--44"
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Proceedings{asplos4,
title = "Fourth International Conference on Architectural Support for
Programming Languages and Operating Systems",
booktitle = "Fourth International Conference on Architectural Support for
Programming Languages and Operating Systems",
year = 1991,
key = "ASPLOS",
publisher = acm,
address = "Santa Clara, CA",
month = apr
}
@Proceedings{sigplan86,
title = "Proceedings of the {SIGPLAN} '86 Symposium on Compiler
Construction",
booktitle = "Proceedings of the {SIGPLAN} '86 Symposium on Compiler
Construction",
year = 1986,
key = "SIGPLAN",
publisher = acm,
address = "Palo Alto, CA",
month = jun
}
@Proceedings{sigplan90,
title = "Proceedings of the {SIGPLAN} '90 Conference on Programming
Language Design and Implementation",
booktitle = "Proceedings of the {SIGPLAN} '90 Conference on Programming
Language Design and Implementation",
year = 1990,
key = "SIGPLAN",
publisher = acm,
address = "White Plains, NY",
month = jun
}
@Proceedings{sigplan91,
title = "Proceedings of the {SIGPLAN} '91 Conference on Programming
Language Design and Implementation",
booktitle = "Proceedings of the {SIGPLAN} '91 Conference on Programming
Language Design and Implementation",
year = 1991,
key = "SIGPLAN",
publisher = acm,
address = "Toronto",
month = jun
}
--
J. Eliot B. Moss, Assistant Professor
Department of Computer Science
Lederle Graduate Research Center
University of Massachusetts
Amherst, MA 01003
(413) 545-4206, 545-1249 (fax); Moss@cs.umass.edu
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.