Re: [PATCH v6][C][ADA] use function descriptors instead of trampolines in C

2019-08-10 Thread Uecker, Martin
Am Freitag, den 09.08.2019, 16:45 -0600 schrieb Jeff Law: > On 6/24/19 3:35 PM, Uecker, Martin wrote: > > > > > > Hi, > > > > here is a new version of this patch. It makes "-fno-trampolines" > > work for C which then makes it possible to use nested functions > > without executable stack. The onl

Re: [PATCH v6][C][ADA] use function descriptors instead of trampolines in C

2019-08-09 Thread Jeff Law
On 6/24/19 3:35 PM, Uecker, Martin wrote: > > > Hi, > > here is a new version of this patch. It makes "-fno-trampolines" > work for C which then makes it possible to use nested functions > without executable stack. The only change in this version is in > the documentation. > > Maybe it could be

[PATCH v6][C][ADA] use function descriptors instead of trampolines in C

2019-06-24 Thread Uecker, Martin
Hi, here is a new version of this patch. It makes "-fno-trampolines" work for C which then makes it possible to use nested functions without executable stack. The only change in this version is in the documentation. Maybe it could be reconsidered at this stage? Bootstrapped and regression tes