Re: [PATCH 1/4] Generate off-stack nested function trampolines

2021-12-02 Thread Jeff Law via Gcc-patches
On 11/13/2021 2:45 AM, Maxim Blinov wrote: Add support for allocating nested function trampolines on an executable heap rather than on the stack. This is motivated by targets such as AArch64 Darwin, which globally prohibit executing code on the stack. The target-specific routines for allocati

Re: [PATCH 1/4] Generate off-stack nested function trampolines

2021-11-15 Thread Joseph Myers
On Sat, 13 Nov 2021, Maxim Blinov wrote: > the target specifically requires it, or you manually provide > --enable-off-stack-trampolines when configuring gcc/libgcc. If you're adding a new configure option, it needs documenting in install.texi. -- Joseph S. Myers jos...@codesourcery.com