Related articles |
---|
Loop Optimization rabbuhl@hotmail.com (Richard Abbuhl) (2000-12-06) |
Re: Loop Optimization Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-12-07) |
Re: Loop Optimization scarroll@csrd.uiuc.edu (Steven Carroll) (2000-12-11) |
From: | Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr> |
Newsgroups: | comp.compilers |
Date: | 7 Dec 2000 00:55:16 -0500 |
Organization: | INRIA |
References: | 00-12-021 |
Keywords: | optimize, bibliography |
Posted-Date: | 07 Dec 2000 00:55:16 EST |
Richard Abbuhl wrote:
> Does anyone know of a reference that describes an algorithm for loop
> optimization of numeric computations?
plenty of resources treat this problem. To start with this art, I guess:
@Book{Wolfe:Book2,
author = {M. J. Wolfe},
title = "{High Performance Compilers for Parallel Computing}",
publisher = "Addison-Wesley",
address = "{Redwood City, CA}",
year = "1996",
}
@Book{DarteBook,
author = {Alain Darte and Yves Robert and Fr\'ed\'eric Vivien},
publisher = "{Birkhauser Boston }",
title = "{Scheduling and Automatic Parallelization}",
year="2000",
ISBN ="0-8176-4149-1",
}
Return to the
comp.compilers page.
Search the
comp.compilers archives again.