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: IA-64 structure passing


On Mon, Mar 18, 2002 at 07:25:12PM +0100, Jakub Jelinek wrote:
> Wouldn't it be possible to assume argument pointer to be only 8 bytes
> aligned if current_function_pretend_args_size != 0 and 16 bytes otherwise?

I don't think so.  I can't think of where we'd hook in to 
set 8 vs 16 after pretend_args_size is computed.

For the branch, I'm testing a patch that just reverts the
previous patch and sets the alignment to 8.


r~


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