This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Liberating structs from memory
- To: Greg McGary <greg at mcgary dot org>
- Subject: Re: Liberating structs from memory
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Fri, 18 Aug 2000 23:15:40 +0100 (BST)
- CC: gcc at gcc dot gnu dot org
> traditional MEM. Taking the address of a member should force only
> that member into memory, not the entire struct.
With that rule you are going to break a number of programs. There should
be a way of turning it off.