Re: Optimizing structure layout

Christopher Glaeser <cdg@nullstone.com>
22 Mar 1997 23:31:52 -0500

          From comp.compilers

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)
| List of all articles for this month |

From: Christopher Glaeser <cdg@nullstone.com>
Newsgroups: comp.compilers
Date: 22 Mar 1997 23:31:52 -0500
Organization: Nullstone Corporation
References: 97-03-130
Keywords: storage, optimize

erik.schnetter@student.uni-tuebingen.de wrote:


> While it is quite common that compilers optimize the code they produce, I
> haven't heard of a commonly used system that really optimizes the layout
> of the data structures that are generated. Are there such systems?


Is your question limited to C-style struct data structures, or all data
structures, including arrays?


Regarding array data structures, there are compilers that reshape arrays
for optimal memory and cache alignment to improve the performance of
algorithms such as matrix multiply.


Best regards,
Christopher Glaeser cdg@nullstone.com
Nullstone Corporation http://www.nullstone.com
--


Post a followup to this message

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