Re: [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT

2018-09-12 Thread James Greenhalgh
On Wed, Sep 12, 2018 at 08:07:41AM -0500, Vlad Lazar wrote: > On 11/09/18 17:53, James Greenhalgh wrote: > > On Mon, Aug 06, 2018 at 11:14:17AM -0500, Vlad Lazar wrote: > >> Hi, > >> > >> The patch adds support for the TARGET_COMPUTE_FRAME_LAYOUT hook on AArch64 > >> and removes unneeded frame layo

Re: [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT

2018-09-12 Thread Vlad Lazar
On 11/09/18 17:53, James Greenhalgh wrote: On Mon, Aug 06, 2018 at 11:14:17AM -0500, Vlad Lazar wrote: Hi, The patch adds support for the TARGET_COMPUTE_FRAME_LAYOUT hook on AArch64 and removes unneeded frame layout recalculation. The removed aarch64_layout_frame calls are unnecessary because

Re: [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT

2018-09-11 Thread James Greenhalgh
On Mon, Aug 06, 2018 at 11:14:17AM -0500, Vlad Lazar wrote: > Hi, > > The patch adds support for the TARGET_COMPUTE_FRAME_LAYOUT hook on AArch64 > and removes unneeded frame layout recalculation. > > The removed aarch64_layout_frame calls are unnecessary because the functions > in which > they a

Re: [PATCH][AAarch64][v3] Add support for TARGET_COMPUTE_FRAME_LAYOUT

2018-08-28 Thread Vlad Lazar
Gentle ping. On 06/08/18 17:14, Vlad Lazar wrote: Hi, The patch adds support for the TARGET_COMPUTE_FRAME_LAYOUT hook on AArch64 and removes unneeded frame layout recalculation. The removed aarch64_layout_frame calls are unnecessary because the functions in which they appear will be called du