Re: Optimizing structure layout

Julian Dolby <dolby@cs.uiuc.edu>
22 Mar 1997 23:29:02 -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)
[1 later articles]
| List of all articles for this month |

From: Julian Dolby <dolby@cs.uiuc.edu>
Newsgroups: comp.compilers
Date: 22 Mar 1997 23:29:02 -0500
Organization: Compilers Central
References: 97-03-130
Keywords: storage, WWW

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


> 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?


My work focuses on optimizing object structure by inline allocating
objects inside containing objects. This involves rearranging object
layout quite drastically as a global program transformation. I'm not
sure if this is what interests you (the examples in your post involved
single objects), but if so, check out ``Automatic Inline Allocation of
Objects'' at PLDI'97 which is available at
http://www-csag.cs.uiuc.edu/papers/pldi97.ps


-- Julian Dolby
--


Post a followup to this message

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