Re: C struct Ordering Rules

bart@cs.uoregon.edu (Barton C. Massey)
Mon, 31 Oct 1994 22:37:38 GMT

          From comp.compilers

Related articles
CProf cache profiling system available david@cs.wisc.edu (1994-10-13)
Re: C struct Ordering Rules (Re: Data Structure Reorganizing Optimizat bart@cs.uoregon.edu (1994-10-27)
Re: C struct Ordering Rules bart@cs.uoregon.edu (1994-10-31)
Re: C struct Ordering Rules bbpy969@server4.bell-atl.com (1994-10-31)
Re: C struct Ordering Rules bill@amber.ssd.csd.harris.com (1994-11-01)
Re: C struct Ordering Rules daniels@cse.ogi.edu (1994-11-01)
Re: C struct Ordering Rules meissner@osf.org (1994-11-01)
| List of all articles for this month |

Newsgroups: comp.arch,comp.compilers
From: bart@cs.uoregon.edu (Barton C. Massey)
Keywords: C, optimize
Organization: University of Oregon Computer and Information Sciences Dept.
References: 94-10-108 94-10-160
Date: Mon, 31 Oct 1994 22:37:38 GMT

Barton C. Massey <bart@cs.uoregon.edu> wrote:
[...]
> forbid rearrangement to move fields past non-volatile fields


I proofread this two or three times, but I screwed up anyway.
As the example illustrates, this should of course read:


forbid rearrangement to move (non-volatile) fields
past *volatile* fields


Sorry for the typo!


Bart Massey
bart@cs.uoregon.edu
--


Post a followup to this message

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