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]

Re: [PATCH] Sparc tail calls (take 4)


On Fri, Mar 24, 2000 at 10:18:30PM +0100, Jakub Jelinek wrote:
> In SPARC do_jump_if_equal case the exact numbers are like this:
> current_function_args_size is 24 (although it has only 4 args,
> REG_PARM_STACK_SPACE has reserved space for 6 args), args_size.constant
> before compute_argument_block_size is 32 (8 arguments) and
> compute_argument_block_size subtracts REG_PARM_STACK_SPACE from it ...

Ah hah!  Ok, move the test.


r~

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