This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: function parms in regs, patch 3 of 3


    If we could give each structure field its own DECL_RTL, then we could
    access them in place without forcing the structure to a stack slot.
    Or maybe we can put the PARALLEL into the structure's DECL_RTL, and
    modify the access routines to parse it.  I suspect it is simpler to
    have separate DECL_RTLs for each field though.

I think CONCAT might also be a possibility and is something that's
been on my wish list for a while.


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