Data Layout with a compiler

"K. Pellini" <pellinik@cse.msu.edu>
24 Oct 1998 01:50:07 -0400

          From comp.compilers

Related articles
Data Layout with a compiler pellinik@cse.msu.edu (K. Pellini) (1998-10-24)
Re: Data Layout with a compiler jacob@jacob.remcomp.fr (1998-10-30)
Re: Data Layout with a compiler kistler@ics.uci.edu (Thomas Kistler) (1998-10-30)
Re: Data Layout with a compiler zalman@netcom.com (1998-11-01)
| List of all articles for this month |

From: "K. Pellini" <pellinik@cse.msu.edu>
Newsgroups: comp.compilers
Date: 24 Oct 1998 01:50:07 -0400
Organization: Michigan State University
Keywords: GCC, architecture, question

Hello,


I am trying to find a way to alter the data layout of a program
compiled by GNU gcc. Essentially, I am interested in optimizing the
cache performance by altering the data layout somewhat within the
compilation process. Can anyone tell me if this is feasible? Does
anyone have some suggestions about how I might go about this? Is
there another public-domain compiler that may be easier to work with
than gcc?


Thank you,
Kelley


Post a followup to this message

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