Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mattip
on Oct 12, 2016
|
parent
|
context
|
favorite
| on:
PyPy3 5.5.0 released
PyPy is a different implementation of a python interpreter, it includes a JIT to rewrite hot code into assembler. See www.pypy.org for more info. The JIT cannot be tacked on to CPython (what you call python3) since it is part of the interpreter.
cwillu
on Oct 14, 2016
[–]
The jit is _generated_ from the interpreter; you can actually run pypy's interpreter directly from cpython, it's just slower.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: