https://blog.cloudflare.com/assembly-within-bpf-tail-calls-on-x86-and-arm/
Assembly within! BPF tail calls on x86 and ARM
Oct 24, 2025 - We have first adopted the BPF tail calls when building our XDP-based packet processing pipeline. BPF tail calls have served us well since then. But they do...
tail callsassemblywithinbpfarm
https://doc.rust-lang.org/beta/nightly-rustc/rustc_middle/queries/check_tail_calls/type.ProvidedValue.html
ProvidedValue in rustc_middle::queries::check_tail_calls - Rust
Type returned from query providers and loaded from disk-cache.
tail callsrustcmiddlequeriescheck
https://muaddibspace.blogspot.com/2008/08/tail-calls-dont-exist-so-why-look-for.html
Muad`Dib: Tail calls don't exist - So why look for them?
muad dibtail calls
https://learn.microsoft.com/en-us/archive/blogs/fsharpteam/tail-calls-in-f
Tail calls in F# | Microsoft Learn
tail callsflearn
https://bugzilla.mozilla.org/show_bug.cgi?id=1864565
1864565 - Intermittent js/src/jit-test/tests/wasm/tail-calls/return_call_ref.js | Unknown (code...
RESOLVED (nobody) in Core - JavaScript Engine. Last updated 2023-12-11.
https://codereview.chromium.org/1609893003/diff/100001/src/crankshaft/arm64/lithium-codegen-arm64.cc?context=10&column_width=80&tab_spaces=8
src/crankshaft/arm64/lithium-codegen-arm64.cc - Issue 1609893003: [es6] Tail calls support. - Code...
https://lkml.indiana.edu/2106.3/02966.html
Linux-Kernel Archive: Re: [PATCH v2 03/24] objtool: Handle __sanitize_cov*() tail calls
https://codereview.chromium.org/1609893003/diff/100001/src/crankshaft/hydrogen-instructions.h?context=10&column_width=80&tab_spaces=8
src/crankshaft/hydrogen-instructions.h - Issue 1609893003: [es6] Tail calls support. - Code Review
https://codereview.chromium.org/1609893003/patch/100001/110019?context=10&column_width=80&tab_spaces=8
src/crankshaft/hydrogen.cc - Issue 1609893003: [es6] Tail calls support. - Code Review
https://github.com/golang/go/issues/78053
cmd/compile: linux/arm stalls during bootstrap at tip as of "use tail calls for wrappers for...
CL 751465 fixed #77781 but caused linux/arm to run into a https://ci.chromium.org/b/8687988093932136273 failure mode. As of CL 752560, the failure mode of...