The just-in-time (JIT) compiler for Python builds on the specializing adaptive interpreter introduced in Python 3.11+, generating machine code for frequently executed paths.
Support for free-threaded Python unlocks the full compute power of modern hardware, allowing for better parallel algorithms and performance with multicore CPUs and GPUs.