TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pyjion – A JIT for Python based upon CoreCLR

72 pointsby Lofkinover 9 years ago

5 comments

sametmaxover 9 years ago
One of the most promissing projects :<p><pre><code> * it keeps CPython as is. * hence retains compat with extensions. * but still has the potential to improve performance like pypy. * and yet can be shipped just as an additional compiled lib inside the Python dist. </code></pre> If it ever works, it will be wonderful.
评论 #10989062 未加载
andorover 9 years ago
Here&#x27;s their list of passing and failing CPython tests:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;Pyjion&#x2F;blob&#x2F;master&#x2F;Tests&#x2F;python_tests.txt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;Pyjion&#x2F;blob&#x2F;master&#x2F;Tests&#x2F;python...</a>
评论 #10990188 未加载
brettcannonover 9 years ago
Thanks to all of the great questions we got, we have now written an FAQ for the project: <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;Pyjion#faq" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;Pyjion#faq</a>
the_gigiover 9 years ago
How does Pygion compare with IronPython?
评论 #10997301 未加载
ericfrederichover 9 years ago
Is there a PEP for this, or is it too early, more of a proof of concept?
评论 #10999624 未加载