Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-04 Thread Ilya Leoshkevich
> Am 03.07.2019 um 22:47 schrieb Richard Sandiford : > > Segher Boessenkool writes: >> On Tue, Jul 02, 2019 at 03:55:56PM +0200, Ilya Leoshkevich wrote: Am 02.07.2019 um 15:39 schrieb Jakub Jelinek : On Tue, Jul 02, 2019 at 03:33:28PM +0200, Ilya Leoshkevich wrote: >> Am 02.07.2019

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-03 Thread Richard Sandiford
Segher Boessenkool writes: > On Tue, Jul 02, 2019 at 03:55:56PM +0200, Ilya Leoshkevich wrote: >> > Am 02.07.2019 um 15:39 schrieb Jakub Jelinek : >> > On Tue, Jul 02, 2019 at 03:33:28PM +0200, Ilya Leoshkevich wrote: >> >>> Am 02.07.2019 um 15:19 schrieb Segher Boessenkool >> >>> : >> >>> >> >>

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Segher Boessenkool
On Tue, Jul 02, 2019 at 03:55:56PM +0200, Ilya Leoshkevich wrote: > > Am 02.07.2019 um 15:39 schrieb Jakub Jelinek : > > On Tue, Jul 02, 2019 at 03:33:28PM +0200, Ilya Leoshkevich wrote: > >>> Am 02.07.2019 um 15:19 schrieb Segher Boessenkool > >>> : > >>> > >>> On Tue, Jul 02, 2019 at 08:02:16AM

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Ilya Leoshkevich
> Am 02.07.2019 um 15:39 schrieb Jakub Jelinek : > > On Tue, Jul 02, 2019 at 03:33:28PM +0200, Ilya Leoshkevich wrote: >>> Am 02.07.2019 um 15:19 schrieb Segher Boessenkool >>> : >>> >>> On Tue, Jul 02, 2019 at 08:02:16AM -0500, Segher Boessenkool wrote: On Tue, Jul 02, 2019 at 10:51:54A

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Jakub Jelinek
On Tue, Jul 02, 2019 at 03:33:28PM +0200, Ilya Leoshkevich wrote: > > Am 02.07.2019 um 15:19 schrieb Segher Boessenkool > > : > > > > On Tue, Jul 02, 2019 at 08:02:16AM -0500, Segher Boessenkool wrote: > >> On Tue, Jul 02, 2019 at 10:51:54AM +0200, Ilya Leoshkevich wrote: > >>> +#undef TARGET_INS

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Ilya Leoshkevich
> Am 02.07.2019 um 15:19 schrieb Segher Boessenkool > : > > On Tue, Jul 02, 2019 at 08:02:16AM -0500, Segher Boessenkool wrote: >> On Tue, Jul 02, 2019 at 10:51:54AM +0200, Ilya Leoshkevich wrote: >>> +#undef TARGET_INSN_ALIGNMENT >>> +#define TARGET_INSN_ALIGNMENT 16 >> >> There already is FUNC

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Segher Boessenkool
On Tue, Jul 02, 2019 at 08:02:16AM -0500, Segher Boessenkool wrote: > On Tue, Jul 02, 2019 at 10:51:54AM +0200, Ilya Leoshkevich wrote: > > +#undef TARGET_INSN_ALIGNMENT > > +#define TARGET_INSN_ALIGNMENT 16 > > There already is FUNCTION_BOUNDARY for something similar, which fits in > well with ST

Re: [PATCH] S/390: Improve storing asan frame_pc

2019-07-02 Thread Segher Boessenkool
Hi Ilya, On Tue, Jul 02, 2019 at 10:51:54AM +0200, Ilya Leoshkevich wrote: > +#undef TARGET_INSN_ALIGNMENT > +#define TARGET_INSN_ALIGNMENT 16 There already is FUNCTION_BOUNDARY for something similar, which fits in well with STACK_BOUNDARY, PARM_BOUNDARY, many more *_BOUNDARY. I realise you may