Re: [PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step.

2023-04-17 Thread Jeff Law via Gcc-patches
On 12/1/22 03:03, Fei Gao wrote: frame->total_size to remaining_size conversion is done as an independent patch without functionality change as per review comment. gcc/ChangeLog: * config/riscv/riscv.cc (riscv_first_stack_step): add a new function parameter remaining_size.

Re: [PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step.

2023-04-16 Thread Jeff Law via Gcc-patches
On 12/1/22 03:03, Fei Gao wrote: frame->total_size to remaining_size conversion is done as an independent patch without functionality change as per review comment. gcc/ChangeLog: * config/riscv/riscv.cc (riscv_first_stack_step): add a new function parameter remaining_size.

[PING][PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step.

2023-02-03 Thread Fei Gao
Gentle ping. The patch I previously submitted: | Date: Wed, 30 Nov 2022 00:38:08 -0800 | Subject: [PATCH] RISC-V: optimize stack manipulation in save-restore | Message-ID: I split the patches as per Palmer's review comment. BR Fei >frame->total_size to remaining_size conversion is done as an

[PATCH 1/3] RISC-V: add a new parameter in riscv_first_stack_step.

2022-12-01 Thread Fei Gao
frame->total_size to remaining_size conversion is done as an independent patch without functionality change as per review comment. gcc/ChangeLog: * config/riscv/riscv.cc (riscv_first_stack_step): add a new function parameter remaining_size. (riscv_compute_frame_info): adapt new