https://reviews.llvm.org/D99517
⚙ D99517 Implemented [[clang::musttail]] attribute for guaranteed tail calls.
tail callsimplementedclangattributeguaranteed
https://webkit.org/blog/6240/ecmascript-6-proper-tail-calls-in-webkit/
ECMAScript 6 Proper Tail Calls in WebKit | WebKit
Proper Tail Calls (PTC) is a new feature in the ECMAScript 6 language.
tail callsecmascriptproperwebkit
https://codeberg.org/andywingo/wastrel/issues/25
#25 - Fix subtyping of return values for tail calls - andywingo/wastrel - Codeberg.org
wastrel - WebAssembly-to-C compiler
return valuestail calls
https://blog.reverberate.org/2021/04/21/musttail-efficient-interpreters.html
Parsing Protobuf at 2+GB/s: How I Learned To Love Tail Calls in C
[Note: there have been several developments in this space since thisarticle was published. See A Tail Calling Interpreter For Python (And Other Updates) for...