This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 0d4fd54a2901ff9dab42274aa065748af0367e02 (commit) from 4d85966129a4d026237da953f326f1079b20021f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d4fd54a2901ff9dab42274aa065748af0367e02 Author: Sam James <s...@gentoo.org> Date: Mon Feb 10 07:27:45 2025 +0000 gcc-14: document -ftrampoline-impl diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index ba4780ca..8ff84582 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 placement 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 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs