[compiler-rt] [llvm] [AArch64] Implement INIT/ADJUST_TRAMPOLINE (PR #70267)

Valentin Churavy via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 02:52:55 PST 2025


vchuravy wrote:

As a note GCC v14 has implemented heap based trampolines (using x18 on Linux and x16 on Apple).

https://gcc.gnu.org/onlinedocs/gcc-14.1.0/gcc/Code-Gen-Options.html#index-ftrampoline-impl

https://github.com/llvm/llvm-project/pull/70267


More information about the llvm-commits mailing list