Post #54 2.49K Jan 5, 2025, 19:03 UTC https://github.com/faster-cpython/ideas/issues/642#issuecomment-2571712347😁Тир 1 интерпретатор с tail calls быстрее чем джит :) GitHub Tail-calling interpreter · Issue #642 · faster-cpython/ideas An alternative dispatch mechanism to switch or computed gotos is to use tail calls. In a tail calling interpreter, dispatch is implemented as a tail call to the next instruction. For example: the C... 👍 8 ⚡ 7 😁 2