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]
Other format: [Raw text]

Re: alignment: store_one_arg vs emit_push_insn


    > No, it looks right to me.  PARM_BOUNDARY is the smallest alignment a
    > parameter is allowed to have, but some might be more aligned.

    Then emit_push_insn is misusing it, as it uses it as the alignment of
    the source, not just the destination.

I don't follow.  emit_push_insn barely uses it *at all*.


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