[Python-Dev] Speeding up CPython 5-10% (original) (raw)

Sven R. Kunze srkunze at mail.de
Mon Feb 1 13:22:42 EST 2016


On 01.02.2016 17:54, Yury Selivanov wrote:

If I were to do some big refactoring of the ceval loop, I'd probably consider implementing a register VM. While register VMs are a bit faster than stack VMs (up to 20-30%), they would also allow us to apply more optimizations, and even bolt on a simple JIT compiler.

How do JIT and register machine related to each other? :)

Best, Sven



More information about the Python-Dev mailing list