发布于 2016-04-22 00:18:08 | 79 次阅读 | 评论: 0 | 来源: 网友投递
PyPy Python解释器
PyPy是用Python实现的Python解释器。PyPy是Armin Rigo开发的,Python语言的动态编译器,是Psyco的后继项目。PyPy的目的是,做到Psyco没有做到的动态编译。
PyPy 5.1 发布了,
该版本支持平台:
x86 machines on most common operating systems (Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, FreeBSD),
newer ARM hardware (ARMv6 or ARMv7, with VFPv3) running Linux,
big- and little-endian variants of PPC64 running Linux,
s390x running Linux
一些提高:
A new jit backend for the IBM s390x, which was a large effort over the past few months.
Add better support for PyUnicodeObject in the C-API compatibility layer
Support GNU/kFreeBSD Debian ports in vmprof
Add __pypy__._promote
Make attrgetter a single type for CPython compatibility
更多详细信息,可以在这里查看。
下载地址:http://pypy.org/download.html