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
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