This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Liberating structs from memory


On Fri, Aug 18, 2000 at 01:34:09PM -0700, Greg McGary wrote:
> It seems conceptually simple enough to implement: instead of DECL_RTL
> being a MEM for the entire struct, make it some form of table (vector
> or list or whatever) that holds an RTX for each member of the struct.

See the PARALLEL format used by emit_group_load/store.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]