--- Iain, does this look OK? htdocs/gcc-14/changes.html | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index ba4780ca..2db442b2 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -123,6 +123,13 @@ You may also want to check out our not an optimization, to avoid relying on library implementations. </li> + <li> + New option + <a href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Code-Gen-Options.html#index-ftrampoline-impl"><code>-ftrampoline-impl=</code></a>, + to choose the position of generated trampolines. The default remains the stack + for almost all targets. To override the default, + <code>-ftrampoline-impl=heap</code> can be passed on supported ABIs + (x86_64 Darwin, x86_64 and aarch64 Linux). <li> <!-- commit r14-4958-gcd7dadcd2759d1 --> New function attribute -- 2.48.1