Re: [Python-Dev] Speeding up CPython 5-10%

2016年2月01日 09:56:10 -0800

Hi Brett,
On 2016年02月01日 12:18 PM, Brett Cannon wrote:
On Mon, 1 Feb 2016 at 09:08 Yury Selivanov <[email protected] <mailto:[email protected]>> 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.
[..]
As for bolting on a JIT, the whole point of Pyjion is to see if that's worth it for CPython, so that's already being taken care of (and is actually easier with a stack-based VM since the JIT engine we're using is stack-based itself).
Sure, I have very high hopes for Pyjion and Pyston. I really hope that Microsoft and Dropbox will keep pushing.
Yury
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to