Reading List
Performance of the Python 3.14 Tail-Call Interpreter from Michael Tsai RSS feed.
Performance of the Python 3.14 Tail-Call Interpreter
Nelson Elhage (via Hacker News): Unfortunately, as I will document in this post, these impressive performance gains turned out to be primarily due to inadvertently working around a regression in LLVM 19. When benchmarked against a better baseline (such GCC, clang-18, or LLVM 19 with certain tuning flags), the performance gain drops to 1-5% or […]