Linker thunks (trampolines) offer a solution for building huge static binaries beyond 2GiB on x86_64 without switching to the large code model. While architectures like AArch64 already use thunks due to instruction size limitations, x86_64 lacks this support despite its potential benefits. Thunks allow most code to remain in
Sort: