Related articles |
---|
Optimizing structure layout erik.schnetter@student.uni-tuebingen.de (1997-03-21) |
Re: Optimizing structure layout dolby@cs.uiuc.edu (Julian Dolby) (1997-03-22) |
Re: Optimizing structure layout fjh@mundook.cs.mu.OZ.AU (1997-03-22) |
Re: Optimizing structure layout cdg@nullstone.com (Christopher Glaeser) (1997-03-22) |
Re: Optimizing structure layout meissner@cygnus.com (Michael Meissner) (1997-03-27) |
Re: Optimizing structure layout dlmoore@ix.netcom.com (David L Moore) (1997-03-27) |
Re: Optimizing structure layout tl@funcom.com (1997-03-31) |
Re: Optimizing structure layout pieper@zko.dec.com (John Pieper) (1997-03-31) |
Re: Optimizing structure layout bonnardv@pratique.fr (Valentin Bonnard) (1997-03-31) |
From: | John Pieper <pieper@zko.dec.com> |
Newsgroups: | comp.compilers |
Date: | 31 Mar 1997 15:25:37 -0500 |
Organization: | Digital Equipment Corporation |
References: | 97-03-130 97-03-138 97-03-164 |
Keywords: | storage, optimize |
> This optimization is well known, but has anyone actually ever
> implemented it in a real compiler?
Susan Eggers at Univ. Wash. has done some work in this area. She gave
a talk at Harvard on it last year. I don't if there is a paper or
not. Her work was in a compiler for parallel thread-based C language
dialects.
She specifically showed examples where splitting arrays of structs into
structs of arrays solved false-sharing problems.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.